mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #710] [Feature request] Add support for gravatar #522
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#522
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 @ScrumpyJack on GitHub (Apr 28, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/710
💡 Idea
I don't know why but seeing my avatar of bitzer every time i log in to something makes me happy.
Can we add support for gravatar so that the nice green person icon turns into a sheepdog for me?
Perhaps othes use this too 😄
@ScrumpyJack commented on GitHub (Apr 30, 2023):
I think the user management would need more features. Gravatar works with email addresses, but currently ntfy users don't need one. Are there plans to update user managment, such as a self-service forgot password link and other things that would require and email address?
@msva commented on GitHub (Apr 30, 2023):
By the way, in case of implementing gravatar, it would be nice to also add libravatar support.
@lazee486 commented on GitHub (Sep 28, 2023):
I think both of those use a hash of the email.... they could just enter the email once on user creation IF they wanted their gravatar logo, and just store the hash alongside? though I suppose libravatar would also need the server address....