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
There is currently no in-app interface to enable administrative actions such as adjusting module access permissions or changing user roles (or possibly managing announcements, see #2009).
Currently any administration needs to be done directly in the database. In the case of adjusting a user's roles this isn't a big deal, but changing module access is difficult to do safely.
Having an interface for managing user roles would be a good start, and after that we would at least have a place to put any additional administrative functionality becomes valuable.
The text was updated successfully, but these errors were encountered:
…user search instead of a dropdown with all possible users. Made necessary backend and frontend adjustments to correctly differentiate between role-based implicit permissions and explicit permissions. Added/updated unit tests.
There is currently no in-app interface to enable administrative actions such as adjusting module access permissions or changing user roles (or possibly managing announcements, see #2009).
Currently any administration needs to be done directly in the database. In the case of adjusting a user's roles this isn't a big deal, but changing module access is difficult to do safely.
Having an interface for managing user roles would be a good start, and after that we would at least have a place to put any additional administrative functionality becomes valuable.
The text was updated successfully, but these errors were encountered: