1👍
✅
For further reference so those who come across this post can benefit, I have searched for more than a week for a simple, and quick user management app.
There are two notable solutions advanced solutions first django-user-accounts it handles:
- User activation
- Forget Password
- Sign up
- Email confirmation
- Signup tokens for private betas
- Password reset
- Account management (update account settings and change password)
- Account deletion
second notable solution is django-userarena it handles
- signup
- signin
- account editing
- privacy settings
- private messaging
having a back-office solution that only administrators are offered the ability to create a user, enable/disable them. I was only left with the solution of creating my own code, which is not bad, but I was hoping to find an easy, and tested solution.
Maybe if somebody is interested I can upload it someday.
Thanks
Source:stackexchange.com