diff options
author | Unknwon <u@gogs.io> | 2015-09-13 09:51:51 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-13 09:51:51 -0400 |
commit | 8e0a69f86a9e103d1d82d3c5000e01b4e2570a51 (patch) | |
tree | 6c0802f63be1ff7867b80375b406dd8b520f6b1e /conf | |
parent | e2d6b0116e44ca0fa2c577f40adde4ebfa612ae0 (diff) | |
download | gitea-8e0a69f86a9e103d1d82d3c5000e01b4e2570a51.tar.gz gitea-8e0a69f86a9e103d1d82d3c5000e01b4e2570a51.zip |
#697 disable captcha and new admin create user UI
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 | ||||
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 9d9bc54943..5c50ae4f32 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -99,6 +99,8 @@ ENABLE_REVERSE_PROXY_AUTHENTICATION = false ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false ; Do not check minimum key size with corresponding type DISABLE_MINIMUM_KEY_SIZE_CHECK = false +; Disable captcha validation for registration +DISABLE_CAPTCHA = false [webhook] ; Hook task queue length diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 5c95eb2888..775951d52a 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -780,6 +780,7 @@ users.activated = Activated users.admin = Admin users.repos = Repos users.created = Created +users.new_success = New account '%s' has been created successfully. users.edit = Edit users.auth_source = Authentication Source users.local = Local |