add login by email + feature flag

This commit is contained in:
mcalinghee
2025-03-27 18:00:48 +01:00
parent 8f42fa028b
commit 2fe4752aa4
20 changed files with 188 additions and 14 deletions

View File

@@ -314,6 +314,12 @@ account:
#
# Defaults to `true`.
account_deactivation_allowed: true
# Whether users can log in with their email address.
#
# Defaults to `false`.
# This has no effect if password login is disabled.
login_with_email_allowed: false
```
## `captcha`