summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorBlackDex <[email protected]>2023-04-04 17:02:24 +0200
committerBlackDex <[email protected]>2023-04-10 20:39:51 +0200
commitae437f70a3659485a4240d093fce58e49082af0a (patch)
tree7d3525a6cef505e41531f35d8a496f2739d00e2e /src/config.rs
parent3bd4e42fb01781dce454031402ed26e92dc055e4 (diff)
downloadvaultwarden-ae437f70a3659485a4240d093fce58e49082af0a.tar.gz
vaultwarden-ae437f70a3659485a4240d093fce58e49082af0a.zip
Several config and admin interface fixes
- Fixed issue with domains starting with `admin` - Fixed issue with DUO not being enabled globally anymore (regression) - Renamed `Ciphers` to `Entries` in overview - Improved `ADMIN_TOKEN` description - Updated jquery-slim and datatables Resolves #3382 Resolves #3415 Resolves discussion on #3288
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.rs b/src/config.rs
index 6ed19a79..2a42b5f5 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -476,7 +476,7 @@ make_config! {
/// provides unauthenticated access to potentially sensitive data.
show_password_hint: bool, true, def, false;
- /// Admin page token |> The token used to authenticate in this very same page. Changing it here won't deauthorize the current session
+ /// Admin token/Argon2 PHC |> The plain text token or Argon2 PHC string used to authenticate in this very same page. Changing it here will not deauthorize the current session!
admin_token: Pass, true, option;
/// Invitation organization name |> Name shown in the invitation emails that don't come from a specific organization
@@ -603,7 +603,7 @@ make_config! {
/// Global Duo settings (Note that users can override them)
duo: _enable_duo {
/// Enabled
- _enable_duo: bool, true, def, false;
+ _enable_duo: bool, true, def, true;
/// Integration Key
duo_ikey: String, true, option;
/// Secret Key