feat(forgejo): Send email to admins when new users appear

This commit is contained in:
Tom Hubrecht 2024-10-21 09:33:40 +02:00
parent 51133e6e5f
commit a93a64d747
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -31,6 +31,7 @@ in
admin = {
DEFAULT_EMAIL_NOTIFICATIONS = "enabled";
SEND_NOTIFICATION_EMAIL_ON_NEW_USER = true;
};
log.LEVEL = "Warn";