summaryrefslogtreecommitdiff
path: root/internal/suites/PathPrefix/configuration.yml
diff options
context:
space:
mode:
authorBrynn Crowley <littlehill723@gmail.com>2025-03-06 08:24:19 +0000
committerGitHub <noreply@github.com>2025-03-06 08:24:19 +0000
commitf4abcb34b757e40467344ffdd7cec9f77f46a227 (patch)
treef3cc73da2ebaa978186f6f470d5bd27b279f6a96 /internal/suites/PathPrefix/configuration.yml
parent5b52a9d4b18b5a07b1edb7403b6dc90b8d5c628d (diff)
feat(web): change password (#7676)
Add the ability for users to change their password from their user settings, without requiring them to use the reset password workflow. User's are required to create a elevated session in order to change their password. Users may not change their password to their current password. The user's current password is required for the password change. Users must follow any established password policies. Administrators are able to turn this feature off. Closes #3548
Diffstat (limited to 'internal/suites/PathPrefix/configuration.yml')
-rw-r--r--internal/suites/PathPrefix/configuration.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/internal/suites/PathPrefix/configuration.yml b/internal/suites/PathPrefix/configuration.yml
index 30fdf7bc8..b5f38b6c6 100644
--- a/internal/suites/PathPrefix/configuration.yml
+++ b/internal/suites/PathPrefix/configuration.yml
@@ -16,6 +16,14 @@ server:
buckets:
- period: '2 minutes'
requests: 20
+ session_elevation_start:
+ buckets:
+ - period: '2 minutes'
+ requests: 20
+ session_elevation_finish:
+ buckets:
+ - period: '2 minutes'
+ requests: 20
log:
level: 'debug'