On Tuesday, January 14, 2014 7:28:14 AM UTC-5, Alex Bush wrote:
>
> Hi all,
>
> I'm trying to set (custom) messages for both the verification email sent 
> for new user registration
>

Do auth.messages.verify_email and auth.messages.verify_email_subject not 
work for you? Note, auth.messages.email_sent is for the flash message that 
tells the user an email was sent (it is a generic message, not specific to 
the verification email, though you could change it dynamically to a custom 
message when the register function is called).
 

> and password reset email sent for existing users.
>

auth.messages.reset_password_subject and auth.messages.reset_password

Anthony

-- 
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