summaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/configuration/first-factor/introduction.md11
-rw-r--r--docs/content/roadmap/active/dashboard-control-panel-for-users.md2
2 files changed, 12 insertions, 1 deletions
diff --git a/docs/content/configuration/first-factor/introduction.md b/docs/content/configuration/first-factor/introduction.md
index f911531c9..b9dc7730f 100644
--- a/docs/content/configuration/first-factor/introduction.md
+++ b/docs/content/configuration/first-factor/introduction.md
@@ -34,6 +34,8 @@ authentication_backend:
password_reset:
disable: false
custom_url: ''
+ password_change:
+ disable: false
```
## Options
@@ -71,6 +73,15 @@ This setting controls if users can reset their password from the web frontend or
The custom password reset URL. This replaces the inbuilt password reset functionality and disables the endpoints if
this is configured to anything other than nothing or an empty string.
+### password_change
+
+#### disable
+
+{{< confkey type="boolean" default="false" required="no" >}}
+
+This setting controls if users can change their password from the web frontend or not.
+
+
### file
The [file](file.md) authentication provider.
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.