feat: Allow changing of user profile initials or adding a profile picture #4954

Closed
opened 2025-11-11 16:07:54 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @teese on GitHub (Apr 24, 2025).

Originally assigned to: @tjbck on GitHub.

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

It's not an important issue, but when I allowed users to sign up themselves "Don't have an account? Sign up", then their user has automatically some initials/signums added to their profile image. When I added users as an admin either manually or via CSV upload, they are not given initials, and the profile image is generic. Currently, after the initial sign-up, there's no way to actually change the assigned initials, or add a profile image.

Image

Desired Solution you'd like

I'm open to a lot of possibilities:

  • MINIMAL CHANGE: making behaviour consistent, by also adding a user profile with initials when a user is created by admin, just like upon self sign-up
  • EVEN BETTER: allowing users and admins to change the initials on the user profile image

I don't know if you plan to develop more sharing/user interactions. If so, then allowing users and admins to upload a user photo would make these interactions friendlier.

Alternatives Considered

No response

Additional Context

No response

Originally created by @teese on GitHub (Apr 24, 2025). Originally assigned to: @tjbck on GitHub. ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description It's not an important issue, but when I allowed users to sign up themselves "Don't have an account? Sign up", then their user has automatically some initials/signums added to their profile image. When I added users as an admin either manually or via CSV upload, they are not given initials, and the profile image is generic. Currently, after the initial sign-up, there's no way to actually change the assigned initials, or add a profile image. ![Image](https://github.com/user-attachments/assets/a7944bf3-fa69-44c0-90d2-bbf332424f60) ### Desired Solution you'd like I'm open to a lot of possibilities: - MINIMAL CHANGE: making behaviour consistent, by also adding a user profile with initials when a user is created by admin, just like upon self sign-up - EVEN BETTER: allowing users and admins to change the initials on the user profile image I don't know if you plan to develop more sharing/user interactions. If so, then allowing users and admins to upload a user photo would make these interactions friendlier. ### Alternatives Considered _No response_ ### Additional Context _No response_
Author
Owner

@FooleanBool commented on GitHub (Apr 24, 2025):

"EVEN BETTER: allowing users and admins to change the initials on the user profile image"
This can be done on the user's account page with use initials and use gravatar.

I see nowhere for the admin to change a user's initials/gravatar choice.
You can supply a default user profile image when adding a user via API, 'user.png' appears to be the default, which is the grey silhouette.

Also, users can click on the grey profile image and upload their own.

Image

@FooleanBool commented on GitHub (Apr 24, 2025): "EVEN BETTER: allowing users and admins to change the initials on the user profile image" This can be done on the user's account page with `use initials` and `use gravatar`. I see nowhere for the admin to change a user's initials/gravatar choice. You can supply a default user profile image when adding a user via API, 'user.png' appears to be the default, which is the grey silhouette. Also, users can click on the grey profile image and upload their own. ![Image](https://github.com/user-attachments/assets/acad44e5-3d35-41c3-bb98-3d5c1917cb55)
Author
Owner

@teese commented on GitHub (Apr 29, 2025):

@FooleanBool Thanks a lot. Now that I see the users can manage this themselves and it's also possible via the API, the administrator management via the GUI is not such a high priority for me, but "Nice to Have." Feel free to close the ticket if you have higher priorities.

@teese commented on GitHub (Apr 29, 2025): @FooleanBool Thanks a lot. Now that I see the users can manage this themselves and it's also possible via the API, the administrator management via the GUI is not such a high priority for me, but "Nice to Have." Feel free to close the ticket if you have higher priorities.
Author
Owner

@tjbck commented on GitHub (May 5, 2025):

Addressed with 33c206c15c

@tjbck commented on GitHub (May 5, 2025): Addressed with 33c206c15c952d626dbe11a702701665dce19ec4
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#4954