The navbar assumes all the Auth actions are handled by the same function, with the action being specified via request.args[0]. If that's not your setup, then you'll have to create a custom navbar, or manipulate the navbar after it is generated.
Anthony On Wednesday, July 11, 2012 11:15:21 AM UTC-4, dundee wrote: > > Hi all, > > I have created a custom view for profile. However, I don't know where to > look to change the profile link (auth.navbar) to use my link. > > Thanks. >

