Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

django apps for changing user email with verification?

I already use django-registration : you can register with an email verification, you can reset password with an email confirmation but there is no way to change user's email with an email verification.

Do you know a django application which gives the ability to change user's email address by sending to the new address a verification e-mail ?

like image 443
Eric Avatar asked Feb 19 '10 14:02

Eric


1 Answers

Please try this app:

http://github.com/jtauber/django-email-confirmation/

like image 169
Geradeausanwalt Avatar answered Oct 01 '22 20:10

Geradeausanwalt