mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 13:54:12 +02:00
update documentation to include the configuration of the notification module
This commit is contained in:
@@ -27,6 +27,11 @@ A list of email addresses for administrator accounts. This is a required field.
|
||||
|
||||
The URL the frontend will be accessed from. This is a required field. Example: `https://mediamanager.example/`.
|
||||
|
||||
## `AUTH_EMAIL_PASSWORD_RESETS`
|
||||
|
||||
Toggle for enabling password resets via email. If users request a password reset in case they forgot their password,
|
||||
they will be sent an email with a link to reset it. Default is `FALSE`.
|
||||
|
||||
<note>
|
||||
On login/registration, every user whose email is in <code>AUTH_ADMIN_EMAIL</code> will be granted admin privileges.
|
||||
Users whose email is not in <code>AUTH_ADMIN_EMAIL</code> will be regular users and will need to be verified by an administrator,
|
||||
|
||||
Reference in New Issue
Block a user