Is your feature request related to a problem? Please describe.
It is hard for new users of Realm to manage users if they are not comfortable with GraphQL. Currently, the approval process requires the user to send their user ID to the admin, who has to enter it into a GraphQL mutation.
Describe the solution you'd like
A page, only accessible to admins, that allows for users to be activated/deactivated and promoted/demoted. Can display name, email, and user photo as well for easier identification.
Describe alternatives you've considered
A script in bin/ to handle activations, but still relies on user IDs and is not as intuitive as a web GUI.
Additional context
N/A
Is your feature request related to a problem? Please describe.
It is hard for new users of Realm to manage users if they are not comfortable with GraphQL. Currently, the approval process requires the user to send their user ID to the admin, who has to enter it into a GraphQL mutation.
Describe the solution you'd like
A page, only accessible to admins, that allows for users to be activated/deactivated and promoted/demoted. Can display name, email, and user photo as well for easier identification.
Describe alternatives you've considered
A script in bin/ to handle activations, but still relies on user IDs and is not as intuitive as a web GUI.
Additional context
N/A