mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Allow admins to change user avatars (#17661)
Adds the avatar change panel to the edit user page (bottom) and allows admins to change it this way Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
bbffcc3aec
commit
3be156f66a
4 changed files with 72 additions and 0 deletions
|
@ -545,6 +545,7 @@ delete_current_avatar = Delete Current Avatar
|
|||
uploaded_avatar_not_a_image = The uploaded file is not an image.
|
||||
uploaded_avatar_is_too_big = The uploaded file has exceeded the maximum size.
|
||||
update_avatar_success = Your avatar has been updated.
|
||||
update_user_avatar_success = The user's avatar has been updated.
|
||||
|
||||
change_password = Update Password
|
||||
old_password = Current Password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue