mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-02 14:30:31 +00:00
New config option disable email change
This commit is contained in:
parent
ff8db4fd78
commit
4861f6decc
3 changed files with 14 additions and 0 deletions
|
@ -97,6 +97,10 @@
|
|||
## Disabled by default. Also check the EVENT_CLEANUP_SCHEDULE and EVENTS_DAYS_RETAIN settings.
|
||||
# ORG_EVENTS_ENABLED=false
|
||||
|
||||
## Controls whether users can change their email.
|
||||
## This setting applies globally to all users
|
||||
# EMAIL_CHANGE_ALLOWED=true
|
||||
|
||||
## Number of days to retain events stored in the database.
|
||||
## If unset (the default), events are kept indefinitely and the scheduled job is disabled!
|
||||
# EVENTS_DAYS_RETAIN=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue