Disabling SIGNUP does not work

Hi there, first of all many thanks! It is amazing how well it works :slight_smile:

Now only 1 problem I have remaining:

I added -e ADMIN_TOKEN=blabla… -e SIGNUPS_ALLOWED=false and some more to the startup of the docker container, in logs it also shows as

[WARNING] The following environment variables are being overriden by the config file,
[WARNING] please use the admin panel to make changes to them:
[WARNING] SIGNUPS_ALLOWED, ADMIN_TOKEN

Still I can sign up on the page? Not only the button is there, I can also go and sign up.

Any idea?

That means you edited the config through the admin panel, so the env options get ignored. If you want to change the signups_allowed options, you have to do it now through the admin panel.

The button is supposed to be there, but it should give an error when signing up

That’s what I understood from the documentation.
Problem is it still allows registration.

But is the checkbox disabled in the admin panel?

image

If it’s disabled you should get an error when submitting the register form.

Hi Dani, thanks! It actually does not let a user register! :slight_smile:
I thought it would fail already before somebody enters all data and submits.

Sorry for the confusion!

Best regards
David