bitwarden/server

"Create Account" Button should be inactive/hidden when "globalSettings__disableUserRegistration=true"

Offen

#1.268 geöffnet am 11.04.2021

 (11 Kommentare) (6 Reaktionen) (1 zugewiesene Person)C# (1.575 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (18.588 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 22h) (121 gemergte PRs in 30 T)

Beschreibung

Hi everyone,

The topic is not entirely new and an attempt has already been made to address it with issue #631 . Unfortunately the task was closed.

But I would still be of the opinion that it would make sense to deactivate the "Create Account" button and hide it as soon as the config option globalSettings__disableUserRegistration is set to "true".

At the moment it is possible to enter all data including email, username and password and only on submitting the register form user gets an error toast. This is somehow unnecessary and also arouses false expectations among users

Contributor Guide