Enable_multi_user to false

Hello,
Currently I have an emoncms installed with several users but I want to block new ones from registering. For this I have seen that the enable_multi_user variable can be changed to false but I have two questions about it.

What will happen to the already created users when I change this variable?

Does this change entail any risk such as the loss of users or settings (feeds, dashboards) that they have made?

Thank you
Oscar

Changing enable_multi_user to false disables the registration of new users

I have tried changing enable_multi_user to false and everything works fine. The “Register” function, on the login page, is not displayed and the previously created users are kept. It is also possible to change the configuration of these users (password, user, mail …)
Then I have also tried to pass it to true and again it is possible to register

1 Like