diff options
author | Unknwon <u@gogs.io> | 2015-12-11 15:31:02 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-11 15:31:02 -0500 |
commit | d0b0d24f22f117eb6ae41a5180b8cdb7d957ac55 (patch) | |
tree | fbfff51c5aa2463e56145f6e2a62e42f1dff3d66 /conf | |
parent | 5d95ffe3eb216845606b7652160865eb1dd58111 (diff) | |
download | gitea-d0b0d24f22f117eb6ae41a5180b8cdb7d957ac55.tar.gz gitea-d0b0d24f22f117eb6ae41a5180b8cdb7d957ac55.zip |
#2154 disable change user for non-local users
- #2153 remove require for gravatar
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 62e559481d..2d3aae0b32 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -248,6 +248,7 @@ uid = Uid public_profile = Public Profile profile_desc = Your email address is public and will be used for any account related notifications, and any web based operations made via the site. +password_username_disabled = Non-local type users are not allowed to change their username. full_name = Full Name website = Website location = Location |