MerginMaps/server

User creation via admin page

jusabatier opened this issue · 3 comments

I can't found a way to create a new user in the webapp.

When I get to "/admin", I can manage existing users account, but can't create a new one.

Is the bash docker command the only way to do it ?

You can add it through docker:
add-user USERNAME topsecret --email admin@example.com

I know that, but is it the only way to create a user ?

I have some teammates who don't have access to the server's console, but only to the webapp.
So I suggest to add the ability to create an account via the admin page if it's not possible.

It is available in version 2023.2.0
image