OK
On Dec 1, 3:35 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> If possible, it would be good to have the reset password give you a
> link in an email then that link takes you back to the web site where
> you can enter a new password. Otherwise, in order to change the
> password, a password field is needed somewhere for the user to change
> their password.
>
> thx,
>
> -wj
>
> On Mon, Nov 24, 2008 at 2:48 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> > I reposted a new version of T2. I fixed a problem with email
> > verification and added a t2.reset_password
>
> > to use email verification you do
>
> > t2.email_server="hostname:port"
> > t2.email_auth="username:password"
> > def register(): return dict(form=t2.register(verification=True)
> > def password(): return dict(form=t2.reset_password())
>
> > Please give it a try.
>
> > I discovered that in smtplib server.helo() and server.ehlo() are not
> > equivalent as the docs say! The firmer does not always work, the
> > latter does.
>
> > Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---