From 5791e1398cd2e239d5f371770240dcfc0c958459 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 11 Feb 2017 03:29:30 -0500 Subject: install: validate SMTP From Invalid SMTP From will cause fatal error in post-install and exit the program. --- conf/locale/locale_en-US.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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. -- cgit v1.2.3