1
0
Fork 0
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:
Adrià Martín 2023-10-20 11:57:57 +02:00 committed by Mathijs van Veluw
commit 4861f6decc
3 changed files with 14 additions and 0 deletions

View file

@ -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=