feat(forgejo): Send email to admins when new users appear
All checks were successful
build configuration / build_and_cache_storage01 (push) Successful in 1m25s
build configuration / build_and_cache_compute01 (push) Successful in 1m36s
build configuration / build_and_cache_rescue01 (push) Successful in 1m12s
build configuration / build_and_cache_geo01 (push) Successful in 1m3s
build configuration / build_and_cache_geo02 (push) Successful in 1m8s
build configuration / build_and_cache_vault01 (push) Successful in 1m21s
build configuration / build_and_cache_web02 (push) Successful in 1m6s
build configuration / build_and_cache_web01 (push) Successful in 1m46s
build configuration / build_and_cache_web03 (push) Successful in 1m4s
lint / check (push) Successful in 22s
build configuration / build_and_cache_bridge01 (push) Successful in 1m3s

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";