Change user email in Django without using django-profiles
Posted
by mridang
on Stack Overflow
See other posts from Stack Overflow
or by mridang
Published on 2010-04-17T11:56:08Z
Indexed on
2010/04/17
12:03 UTC
Read the original article
Hit count: 984
Hi guys,
In my Django application I would like the user to be able to change the email address. I've seen solution of StackOverflow pointing people to django-profiles. Unfortunately I don't want to use a full fledged profile module to accomplish a tiny feat of changing the users email. Has anyone seen this implemented anywhere. The email address verification procedure by sending a confirmation email is a requisite in this scenario.
I've spent a great a deal of time trying to a find a solution that works but to no avail.
Cheers.
© Stack Overflow or respective owner