1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 15:48:35 +00:00

Install page - Handle invalid administrator username better (#7060) (#7063)

* Install page - detect invalid admin username before installing

* Also fix #6954
This commit is contained in:
zeripath
2019-05-28 10:38:13 +01:00
committed by GitHub
parent 706d85b87d
commit 8d5c3d3d0b
2 changed files with 40 additions and 12 deletions

View File

@@ -93,6 +93,10 @@ sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if
err_empty_db_path = The SQLite3 database path cannot be empty.
no_admin_and_disable_registration = You cannot disable user self-registration without creating an administrator account.
err_empty_admin_password = The administrator password cannot be empty.
err_empty_admin_email = The administrator email cannot be empty.
err_admin_name_is_reserved = Administrator Username is invalid, username is reserved
err_admin_name_pattern_not_allowed = Administrator Username is invalid, username is pattern is not allowed
err_admin_name_is_invalid = Administrator Username is invalid
general_title = General Settings
app_name = Site Title