I'm currently using django.contrib.auth for my user authentication which works well for simple authentication/authorization but I'd like to expand the registration/auth flow a little.
-- Right now with the default flow users go to the signup page, signup, then are redirected to the login page and can immediately sign in. Id like to have it so that once the new user signs up they are sent an email confirmation. Once they confirm their email their account is flagged inactive so they cant login until a site administrator, who receives a notification email once they confirm, flags their account as active. Once the administrator flags their account as active the user gets another email saying their account is approved and they can login.
Is there a library out there that can help me build this so that I dont have to build everything myself ontop of the django auth? Thanks
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0a9f7baa-b343-479e-84ca-699972a8060e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment