-
Notifications
You must be signed in to change notification settings - Fork 20
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
Plugin admin page for role administration, etc. #4
Comments
This would be handy to provide simpler management of user roles without having to edit the user/config.php file for each users role. Is anybody else keen? |
I would start with moving users to the database, hashing passwords with password_hash(), and verifying users with something like
Making sure to extend this to address API calls, etc. This would of course require the creation of a new user table, where roles are assigned. This would also invite a reconsideration of how the concept of ownership is currently managed in relation to URLs. Then I would add or expand on Nick's simple admin page to deal with role assignment, etc. |
related to #44 |
In reference to @nicwaller's issue nicwaller#10, there should/could be an admin page to manage users/roles. Some work has been done on this here 1977912
The text was updated successfully, but these errors were encountered: