mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-07 03:29:10 +00:00
improve emergency access when not enabled (#4227)
* improve emergency access when not enabled * display note that emergency access is disabled
This commit is contained in:
parent
ae3a153bdb
commit
596c167312
2 changed files with 43 additions and 26 deletions
|
@ -480,7 +480,7 @@ make_config! {
|
|||
/// Invitation token expiration time (in hours) |> The number of hours after which an organization invite token, emergency access invite token,
|
||||
/// email verification token and deletion request token will expire (must be at least 1)
|
||||
invitation_expiration_hours: u32, false, def, 120;
|
||||
/// Allow emergency access |> Controls whether users can enable emergency access to their accounts. This setting applies globally to all users.
|
||||
/// Enable emergency access |> Controls whether users can enable emergency access to their accounts. This setting applies globally to all users.
|
||||
emergency_access_allowed: bool, true, def, true;
|
||||
/// Allow email change |> Controls whether users can change their email. This setting applies globally to all users.
|
||||
email_change_allowed: bool, true, def, true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue