Skip to content

Commit 25b4784

Browse files
committed
Add the new configuration option to the configuration reference
1 parent d7e5c41 commit 25b4784

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ account:
309309
# Defaults to `false`.
310310
# This has no effect if password login is disabled.
311311
password_recovery_enabled: false
312+
313+
# Whether users are allowed to delete their own account
314+
#
315+
# Defaults to `false`.
316+
account_deactivation_allowed: false
312317
```
313318
314319
## `captcha`

0 commit comments

Comments
 (0)