Hello,
I want to disable User Registration for Bitwarden on UCS. I edited bitwarden.env under /var/lib/univention-appcenter/apps/bitwarden/compose and restarted Bitwarden but it doesn’t help.
Can anyone help?
Thanks and Greets
Dominik
Hello,
I want to disable User Registration for Bitwarden on UCS. I edited bitwarden.env under /var/lib/univention-appcenter/apps/bitwarden/compose and restarted Bitwarden but it doesn’t help.
Can anyone help?
Thanks and Greets
Dominik
Hi,
we have to change the App in order to make that possible (add this setting to the app settings).
There is only a temporary workaround available currently (so the changed settings will be reverted by app updates and if you change app settings), but it worked for me:
Make the following change to the file /var/lib/univention-appcenter/apps/bitwarden/compose/bitwarden.env:
-globalSettings__disableUserRegistration=false
+globalSettings__disableUserRegistration=true
Restart the app:
cd /var/lib/univention-appcenter/apps/bitwarden/compose
docker-compose -p bitwarden down
docker-compose -p bitwarden up -d
Best regards,
Felix
Vielen Dank Felix! Es funktioniert.
Viele Grüße
Dominik