Add the new configuration option to the configuration reference

This commit is contained in:
Quentin Gliech
2025-03-12 16:02:52 +01:00
parent 2ddb2d2495
commit 3e77684a8b

View File

@@ -309,6 +309,11 @@ account:
# Defaults to `false`.
# This has no effect if password login is disabled.
password_recovery_enabled: false
# Whether users are allowed to delete their own account
#
# Defaults to `false`.
account_deactivation_allowed: false
```
## `captcha`