Umbraco clearly can get the gravatar hash and so the image for any Gmail user because it's doing it for any random backoffice user I create with a GMail address.
This is very cool and I'd like to use it for members but I can't work out how it does it and my ability to Google seems to be rubbish this morning.
Does anyone have any examples on how to do this yourself?
Gravatar
Umbraco clearly can get the gravatar hash and so the image for any Gmail user because it's doing it for any random backoffice user I create with a GMail address.
This is very cool and I'd like to use it for members but I can't work out how it does it and my ability to Google seems to be rubbish this morning.
Does anyone have any examples on how to do this yourself?
Hi Rob,
This might help
https://github.com/umbraco/Umbraco-CMS/blob/b923c3252537468a7ecad2d394f37c0dbc7387ae/src/Umbraco.Core/Models/UserExtensions.cs
Thanks Huw! I've coming back to in-depth Umbraco dev after a break since around v7 and you are an absolute goldmine!
is working on a reply...