aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-11 03:29:30 -0500
committerUnknwon <u@gogs.io>2017-02-11 03:29:30 -0500
commit5791e1398cd2e239d5f371770240dcfc0c958459 (patch)
tree2d5c457ef20668082e471e1aaf021ca60bd021c4 /conf
parent9b72661767b33bf60ce0c6204fd67a53c7843bed (diff)
install: validate SMTP From
Invalid SMTP From will cause fatal error in post-install and exit the program.
Diffstat (limited to 'conf')
-rw-r--r--conf/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index 2312b7e9..5b9c2468 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -116,6 +116,7 @@ sqlite3_not_available = Your release version does not support SQLite3, please do
invalid_db_setting = Database setting is not correct: %v
invalid_repo_path = Repository root path is invalid: %v
run_user_not_match = Run user isn't the current user: %s -> %s
+invalid_smtp_from = SMTP From field is not valid: %v
save_config_failed = Fail to save configuration: %v
invalid_admin_setting = Admin account setting is invalid: %v
install_success = Welcome! We're glad that you chose Gogs, have fun and take care.