mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #661] Profile picture Support #446
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#446
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BobWs on GitHub (Oct 11, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/661
Hi everybody,
Wouldn’t it be nice if we could upload a profile picture?
I was thinking about a private picture.
It would give users a more personal and user-friendly experience by replacing the 2 capital letters by default.
It would be useful as well to manage organisation and shared folders in order to recognize faster who are users.
I agree it’s not the most important feature for a password manager 😉
Cheers
@BlackDex commented on GitHub (Oct 11, 2019):
This would be a feature request for the upstream bitwarden project i think.
There is nothing server-side for this as far as i know.
@BlackDex commented on GitHub (Oct 11, 2019):
Except for enabling gravatar support within the webvault.
But that is all client-side.
@dani-garcia commented on GitHub (Oct 12, 2019):
Yeah, the clients should support gravatar, so if your email is registered in gravatar it should show the icon in the clients, note that you need to opt in for that option in each client, and you might need to log out and log back in for it to show.
@BobWs commented on GitHub (Oct 22, 2019):
I would prefer personal pictures and not the gravatar support.
@mprasil commented on GitHub (Oct 23, 2019):
Yeah, as @BlackDex said, this is something that should probably be requested in upstream. That was sort of requested here, but maybe you can raise a new request to have some local alternative to Gravatar?
I'm closing the issue here as there is nothing we can do about it right now. But if upstream decides to implement some profile picture support, we can certainly extend the API to support it.