summaryrefslogtreecommitdiff
path: root/docs/content/roadmap/active/dashboard-control-panel-for-users.md
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 /docs/content/roadmap/active/dashboard-control-panel-for-users.md
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 'docs/content/roadmap/active/dashboard-control-panel-for-users.md')
-rw-r--r--docs/content/roadmap/active/dashboard-control-panel-for-users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/roadmap/active/dashboard-control-panel-for-users.md b/docs/content/roadmap/active/dashboard-control-panel-for-users.md
index d1afe008f..1d6773564 100644
--- a/docs/content/roadmap/active/dashboard-control-panel-for-users.md
+++ b/docs/content/roadmap/active/dashboard-control-panel-for-users.md
@@ -44,7 +44,7 @@ Users should also be able to view all of their registered devices, and revoke th
### Password Reset
-{{< roadmap-status >}}
+{{< roadmap-status stage="complete">}}
Add a method for users to reset their password given they know their current password.