mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-31 05:49:23 -05:00
Disabling signups and invitations does not remove "Create Account" box on login #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @flamechair on GitHub (Sep 16, 2018).
Hi,
I've disabled login via
SIGNUPS_ALLOWED=falseandINVITATIONS_ALLOWED=false, yet when I go to the web ui it still shows the option to create an account:I've verified that you cannot actually create an account, but it might be better UX to disable the "Create Account" box when account creation is disabled, instead of letting them find out after they fill out the whole form.
@mprasil commented on GitHub (Sep 16, 2018):
Unfortunately this is upstream thing. We just pack Bitwarden Vault "as is". (Some other differences are described in the Readme) I'm going to close this as there isn't much we can do here as far as I know, but if you think there's something the API can do to let the Vault know to disable or hide the button, feel free to reopen.
BTW even with registrations disabled, the users can be invited to register, so unless you also disabled that, there is a chance that the button might be needed in some cases.