> 1) How do I create a custom verification email with my own template when a 
> user account is created?
>

You can set auth.messages.verify_email to change the verify template:

This is the default template:
'Welcome %(username)s! Click on the link %(link)s to verify your email',

You can change the subject in auth.messages.verify_email_subject.
 

> 2) How do I re-direct the user to a different page than the normal web2py 
> page when they click the link to verify their email and create their 
> account?
>

You can use self.settings.verify_email_next to set the URL to which users 
will be redirected after their email has been verified.

-- 
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/d/optout.

Reply via email to