I follow the instructions in the installation section of the docker-compose README, when I open the web interface, there is no option to register or sign up — only the authentication of browser appears.
I expected to see a “Register” or “Sign up” button to create the initial user, but nothing happens.
I set “registration_enabled”: true in the config file, but no registration option appears.
If the registration option is not present it false what happens?
Are there any other settings made to this instance?
Whether it is false or true, the output is the same image I sent.
The other settings are based on the configuration provided in the openHAB Cloud Docker Compose documentation.
I had the same output with the manual installation method as well, and I applied the following changes in the config.json file:
“host”: “localhost”
“protocol”: “https” and “protocol”: “http” → both of them were checked
I just started up an instance of OH in Docker using the command listed in the docs and empty volumes mounted to conf and userdata. I got the new user form as expected.
Hey @farimah ,
i ran into the same issue. Did you solve it by any chance?
Followed the same guide and set registration_enabled to true but still see my browser’s weird login prompt instead of a initial sign up page provided by my OH Cloud instance.
Have a great day!

