Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow admins manually confirm user registration #255

Open
cezio opened this issue May 12, 2017 · 1 comment
Open

allow admins manually confirm user registration #255

cezio opened this issue May 12, 2017 · 1 comment

Comments

@cezio
Copy link
Contributor

cezio commented May 12, 2017

This will set User.is_active to false by default. Admin will be able to enable user in admin. Additional integration (like sending notifications) can be done with signals.

I've introduced ACCOUNT_APPROVAL_REQUIRED flag to settings (which defaults to False), which controls this feature.

cezio added a commit to cezio/django-user-accounts that referenced this issue May 12, 2017
@cezio cezio mentioned this issue May 12, 2017
cezio added a commit to cezio/django-user-accounts that referenced this issue May 12, 2017
@Sirneij
Copy link

Sirneij commented Jun 25, 2020

@cezio can you please show a simple full code to achieve this, together with the email notification?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants