forked from DGNum/infrastructure
feat(forgejo): Send email to admins when new users appear
This commit is contained in:
parent
51133e6e5f
commit
a93a64d747
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ in
|
|||
|
||||
admin = {
|
||||
DEFAULT_EMAIL_NOTIFICATIONS = "enabled";
|
||||
SEND_NOTIFICATION_EMAIL_ON_NEW_USER = true;
|
||||
};
|
||||
|
||||
log.LEVEL = "Warn";
|
||||
|
|
Loading…
Reference in a new issue