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

Override python-social-auth pipeline to only accept authorized users. #98

Open
willjschmitt opened this issue Apr 20, 2017 · 3 comments

Comments

@willjschmitt
Copy link
Owner

No description provided.

@willjschmitt
Copy link
Owner Author

Maybe the right thing to do is to allow registrations of any user, but block all actions on users that don't have a flag checked.

@willjschmitt
Copy link
Owner Author

Checking a flag might require modification to the entire application, though. Modifying the pipeline would be a catchall and prevent users from any access unless granted.

@willjschmitt
Copy link
Owner Author

I think a polished solution would be a full login followed by a request to admins to activate the account. Provides the least barrier to entry.

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

1 participant