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
Gravatar integration #3378
Comments
|
hi @madmath03 and thanks for the suggestion! You might be interested by https://www.libravatar.org/ as an alternative.
I'm not sure we want privacy to be opt-in…
You are welcome to request the needed hooks. |
What I meant is that we should be able to disable a Gravatar like integration because such integrations require to send the user email to an external service. Some instances might prefer to disable this feature to keep their email fully private. I will rephrase the description.
I'm still discovering PeerTube so I might be wrong and I'm not sure what's the best approach so feel free to comment the following proposal: Solution would be to have some kind of
Reference: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/plugins/guide.md#hooks What do you think @rigelk ? Is that a good enough solution and description for such a hook ? |
|
Hello, If you interested in developing such plugin but you're missing hooks/API, please create dedicated issues. |
It was not a matter of available hooks or API, but a matter of time. |
Describe the problem to be solved
New users could get their profile picture retrieved automatically based on their email address.
Describe the solution you would like:
A Gravatar integration to PeerTube.
Of course, it should be possible to disable this integration in order to not send user email address to an external service.
Describe alternatives you have considered
It would probably be better as a plugin, but I'm not sure PeerTube currently has the hooks available for such a plugin.
The text was updated successfully, but these errors were encountered: