Adding multiple users
zkwsk opened this issue · 1 comments
zkwsk commented
Describe the bug
I don't see any options in the UI to add additional users after you've signed in with the first user. The /setup
route seems to be up after the database has been initialized, though. Is it possible to add additional users through there? Am I supposed to disable the setup route somehow, so malicious users don't setup additional users?
askides commented
Hello! Thank you for your issue!
Yes, currently there isn't an option for adding new users through the UI, i will add it soon in a next release.
Also for the setup route, I'm working on some enhancements in order to avoid also the problem you mentioned.