Set SEND_NOTIFICATION_EMAIL_ON_NEW_USER
to true
Signed-off-by: awiteb <a@4rs.nl>
This commit is contained in:
parent
751f6a7a9c
commit
282d187bb8
1 changed files with 3 additions and 2 deletions
|
@ -118,6 +118,7 @@ ROOT_PATH = /data/forgejo/log
|
||||||
|
|
||||||
[admin]
|
[admin]
|
||||||
DISABLE_REGULAR_ORG_CREATION = true
|
DISABLE_REGULAR_ORG_CREATION = true
|
||||||
|
SEND_NOTIFICATION_EMAIL_ON_NEW_USER = true
|
||||||
|
|
||||||
[security]
|
[security]
|
||||||
INSTALL_LOCK = true
|
INSTALL_LOCK = true
|
||||||
|
@ -167,7 +168,6 @@ REGISTER_EMAIL_CONFIRM = false
|
||||||
DISABLE_REGISTRATION = false
|
DISABLE_REGISTRATION = false
|
||||||
REQUIRE_SIGNIN_VIEW = false
|
REQUIRE_SIGNIN_VIEW = false
|
||||||
REGISTER_EMAIL_CONFIRM = false
|
REGISTER_EMAIL_CONFIRM = false
|
||||||
ENABLE_NOTIFY_MAIL = false
|
|
||||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = false
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = false
|
||||||
EMAIL_DOMAIN_BLOCKLIST = gmail.com,yahoo.com,icloud.com,hotmail.com
|
EMAIL_DOMAIN_BLOCKLIST = gmail.com,yahoo.com,icloud.com,hotmail.com
|
||||||
|
|
||||||
|
@ -191,6 +191,7 @@ DEFAULT_USER_VISIBILITY = private
|
||||||
; CHANGE_ME (after you have created your account, you can remove `public` from the list)
|
; CHANGE_ME (after you have created your account, you can remove `public` from the list)
|
||||||
; Before you remove `public` from the list, make sure you change your account visibility to `public`
|
; Before you remove `public` from the list, make sure you change your account visibility to `public`
|
||||||
ALLOWED_USER_VISIBILITY_MODES = private,public
|
ALLOWED_USER_VISIBILITY_MODES = private,public
|
||||||
DEFAULT_ENABLE_TIMETRACKING = true
|
ENABLE_TIMETRACKING = false
|
||||||
|
DEFAULT_ENABLE_TIMETRACKING = false
|
||||||
USER_LOCATION_MAP_URL = https://www.openstreetmap.org/search?query=
|
USER_LOCATION_MAP_URL = https://www.openstreetmap.org/search?query=
|
||||||
NO_REPLY_ADDRESS = noreply.localhost
|
NO_REPLY_ADDRESS = noreply.localhost
|
||||||
|
|
Loading…
Reference in a new issue