Are you talking about the link produced by auth.navbar()? If so, the navbar 
assumes all of the Auth actions are served via a single function, with the 
particular action indicated by request.args(0) -- so it's not easy to 
change the URL of a given action to something completely different. 
However, the navbar simply returns a server-side HTML helper DOM, so you 
can manipulate it after it has been created (see 
http://web2py.com/books/default/chapter/29/05/the-views#Server-side-DOM-and-parsing
).

Anthony

On Friday, October 18, 2013 7:57:13 AM UTC-4, Andreas Wienes wrote:
>
> What is the best way to change the target of the "edit profile" 
> link permanently?
>
> Thanks for your help!
> Andreas
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to