update documentation to include the configuration of the notification module

This commit is contained in:
maxDorninger
2025-07-01 20:28:08 +02:00
parent 96cd9a4d01
commit 01f6c48583
2 changed files with 73 additions and 1 deletions

View File

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