How to manage users on local server

I was able to run local server, and connected with android app there. I created new account on local server using android app. Is there a way for managing user accounts on local server? Also is it possible to lock new user creation, for preventing unauthorised registration and access?

Is there a way for managing user accounts on local server?

Nothing like “admin” page. Only via code or user json profiles.

Also is it possible to lock new user creation, for preventing unauthorised registration and access?

No, but this is good point. I could add something like allowed user list in properties file. What do you think?

Dmitriy, thanks for quick reply. It would be good to have allowed user option (list) in properties file. If it present, access should be restricted to the listed users, if no all users can SignUp and Sign in. Or something like that )

Done. Will be available in next server build.

@Vadim

Please check latest build with “allowed users list”.