User creation via admin page
jusabatier opened this issue · 3 comments
jusabatier commented
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 ?
saberraz commented
You can add it through docker:
add-user USERNAME topsecret --email admin@example.com
jusabatier commented
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.
varmar05 commented