auth.define_tables(username=False, signature=False)
auth.settings.registration_requires_verification = False ### <<< change
this to True
On Wednesday, 26 September 2012 23:20:43 UTC-5, Bruno Codeman wrote:
>
> Hi!
>
> I'm creating a custom registration form (my registration form have more
> than one table on db) , but I need to ask the user to confirm by email the
> registration, clicking on a link. I would like to use the web2py native
> feature of sending the email and just let the user log in after click the
> confirmation link. There's any way to do it?
>
>
> Sorry for my bad english, it's 1:20AM here in Brazil, normally it's a lil'
> bit better than this. :P
>
>
> Thanks!
>
--