diff options
author | Unknwon <u@gogs.io> | 2015-09-11 13:32:33 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-11 13:32:33 -0400 |
commit | 362d64df0483700ac435c4b05709265378887a4e (patch) | |
tree | fb367bbd236ea7707df0d9d5bbfe5d95a19dca0a /conf | |
parent | 373ef5d15e1c2781bf47750554cb21e4ed5446c1 (diff) | |
download | gitea-362d64df0483700ac435c4b05709265378887a4e.tar.gz gitea-362d64df0483700ac435c4b05709265378887a4e.zip |
#1620 add allowed domains for SMTP auth
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index b3e12ffe12..2989fd2e90 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -829,6 +829,8 @@ auths.ms_ad_sa = Ms Ad SA auths.smtp_auth = SMTP Authentication Type auths.smtphost = SMTP Host auths.smtpport = SMTP Port +auths.allowed_domains = Allowed Domains +auths.allowed_domains_helper = Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','. auths.enable_tls = Enable TLS Encryption auths.skip_tls_verify = Skip TLS Verify auths.pam_service_name = PAM Service Name |