MoviePolls
MoviePolls copied to clipboard
User management
User management in the admin panel needs a lot of work. Namely:
- [x] Deleting a user
- [x] Reset passwords (a better method than just typing in a new one. force change?)
- [ ] Banning a user (IP & cookie ban?)
- [ ] Renaming a user
- [ ] Promote user to Mod or Admin (or generate a url/key pair for a user to use. or both?)
- [ ] Probably more stuff I'm forgetting right now.
EDIT: When deleting a user give the option to delete that user's votes.
The URL/Key pair that is currently used for claiming admin can probably be expanded into a more general authorization mechanism. This could be used to reset a user's password.
The user would first request the admin resets it, then the admin will generate a URL/Key pair to send to the user. When the user uses the key they will be logged into their account and prompted to reset their password.
Modifying the URL/Key pair mechanism should be considered part of this Issue.