Closed reefland closed 3 months ago
I have ALLOW_REGISTRATION=false and both Bar Assistant and Salt Rim see it:
ALLOW_REGISTRATION=false
root@bar-assistant-salt-rim-7bdcb8bbcb-rwlln:/# env | grep ALLOW ALLOW_REGISTRATION=false
root@bar-assistant-5667fff5b9-d7dvc:/var/www/cocktails# env | grep ALLOW ALLOW_REGISTRATION=false
It does appear that the registration does not actually work, but the [Register] button still renders and I still get the Registration Dialog box.
[Register]
At least upon clicking [Register] it fails with a NOT FOUND randomly at the top of the screen.
NOT FOUND
Is this expected? It seems like the [Register] button and this screen shouldn't even render when set to false. Cleared cache, etc.
false
Introduced ALLOW_REGISTRATION env var for salt rim in v2.17.0
ALLOW_REGISTRATION
I have
ALLOW_REGISTRATION=false
and both Bar Assistant and Salt Rim see it:It does appear that the registration does not actually work, but the
[Register]
button still renders and I still get the Registration Dialog box.At least upon clicking
[Register]
it fails with aNOT FOUND
randomly at the top of the screen.Is this expected? It seems like the
[Register]
button and this screen shouldn't even render when set tofalse
. Cleared cache, etc.