On Monday, November 28, 2011 6:19:18 PM UTC-5, Constantine Vasil wrote:
>
> >make sure the function is called (and therefore the form displayed) only 
> for non-logged in users. 
>
> This I do but the message next to 
> Verify Password: "please input your password again"
> is showing up when the form builds up. It does not 
> have to show. It seems some code is executed
> when showing it up. How to prevent that?
>

Do you want to get rid of the second password field, or just the "please 
input your password again" phrase? If the former, set 
auth.settings.register_verify_password=False; if the latter, set 
auth.messages.verify_password_comment to None or maybe ''.
 

>
> Also - how to set up the "next" link where the user goes
> after register? Now it goes to "profile" but I want to go 
> to my own My Info page. How to do that?
>

auth.settings.register_next

See http://web2py.com/book/default/chapter/08#Settings-and-Messages.

Anthony

Reply via email to