mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 20:48:20 +00:00
custom avatar upload
This commit is contained in:
@@ -167,6 +167,7 @@ SESSION_LIFE_TIME = 86400
|
||||
[picture]
|
||||
; The place to picture data, either "server" or "qiniu", default is "server"
|
||||
SERVICE = server
|
||||
AVATAR_UPLOAD_PATH = data/avatars
|
||||
; Chinese users can choose "duoshuo"
|
||||
GRAVATAR_SOURCE = gravatar
|
||||
DISABLE_GRAVATAR = false
|
||||
|
@@ -173,6 +173,7 @@ target_branch_not_exist = Target branch does not exist
|
||||
|
||||
[user]
|
||||
change_avatar = Change your avatar at gravatar.com
|
||||
change_custom_avatar = Change your avatar in settings
|
||||
join_on = Joined on
|
||||
repositories = Repositories
|
||||
activity = Public Activity
|
||||
@@ -201,6 +202,10 @@ change_username = Username Changed
|
||||
change_username_desc = Username has been changed, do you want to continue? This will affect all links relate to your account.
|
||||
continue = Continue
|
||||
cancel = Cancel
|
||||
choose_new_avatar = Choose new avatar
|
||||
upload_avatar = Upload Avatar
|
||||
uploaded_avatar_not_a_image = Uploaded file is not a image
|
||||
upload_avatar_success = Your new avatar has been uploaded successfully.
|
||||
|
||||
change_password = Change Password
|
||||
old_password = Current Password
|
||||
|
Reference in New Issue
Block a user