You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
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:
This would be handy to provide simpler management of user roles without having to edit the user/config.php file for each users role.
I would like to contribute to a solution here, but not 100% sure where to start. From what Nic (@nicwaller) first explored it looks like a form to display the current roles. Just not sure where the roles would be stored. It looks like updates might be ephemeral and not committed to a database.
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.
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: