Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
django-registration-redux - recently used, activation with confirmation by mail, you can customize your templates and various parameters, such as confirmation period, etc.
django-allauth - supports activation via email and authorization via social networks.
1. Add uuid to the user model
2. Set the is_active user flag to False
2. Create a view that will process the request: for example, verifyuser/%uuid%
3. If the incoming uuid is present in the database, then set the is_active user to True
Well, check on the site is_active to access certain parts of the site. Something like this
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question