-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a form field in the profile section that allows users to customize the initials displayed in their profile avatars. #10489
Comments
I've added a PR for this @ewhanson. Please take a look. submodule updates There's an avatar component in the UI library currently used to display initials based on the user's name. This would need to be updated, in a separate issue, to accept custom initials |
Looks good, @taslangraham. Just a few questions in pkp-lib. Once this is merged, feel free to create the issue you mentioned above and update the avatar component as well. |
@ewhanson Thanks for the review |
@ewhanson I've made small updates to pkp-lib PR based on your initial feedback. Please take a look. |
Thanks, @taslangraham! Just one comment, but once you've addressed that, feel free to merge. |
All merged @ewhanson . Thanks for the review |
Describe the problem you would like to solve
Using initials as avatars adds a personal touch to user profiles, giving them a unique identity without the need for personal photos. This also addresses privacy concerns related to using images. However, some users may prefer to adjust the automatically generated initials to better suit their preferences.
Describe the solution you'd like
Add a form field under User Profile > Identity that lets users customize their initials. They should be able to enter only 2 characters, no more.
The text was updated successfully, but these errors were encountered: