[Baypiggies] Generating tokens for password reset

Monte Davidoff davidoff56 at alluvialsw.com
Wed Jun 23 06:45:52 CEST 2010


On 6/22/10 9:27 PM, Harry Tormey wrote:
> Hi All,
> I am in the process of creating a password reset form and I want to generate a url with a token to be sent out to a given user so that they can reset their accounts password. Any suggestions on how to do this?
>    

Take a look at how Django does it in 
django.contrib.auth.views.password_reset_* functions. See 
http://docs.djangoproject.com/en/dev/topics/auth/.

Monte


More information about the Baypiggies mailing list