white-pages
white-pages copied to clipboard
Implement Gravatar images requests
It could be useful to be able to answer to Gravatar images requests: https://fr.gravatar.com/site/implement/images/
This requires to scan LDAP directory for emails, compute the HASH, then store this HASH somewhere so White Pages will be able to retrieve the email from the HASH.
hello @coudot,
maybe then create a plugin for fusiondirectory or add this the personnal plugin in fusiondirectory, so whitepage could read it directly ?
Cheers
Indeed, the HASH could be computed by Fusion Directory! Does this require a plugin or just a posthook?
hello @coudot,
a posthook could do the trick, but i think a gravatar plugin where you can put all the various info later put in the url could be nice.
Cheers
The only useful information is the email HASH, and it should be computed when the email address is modified. What other fields would you manage in the plugin?
@coudot,
just thinking about size and rating of image stored in fusiondirectory if we do a plugin for gravatar.
Cheers