mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #186] Disabling signups and invitations does not remove "Create Account" box on login #92
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/186
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.