Display “a generated one [avatar] based on their e-mail address”
The way gravatar works is that it creates an MD5 of the email address and passes that to gravatar.com. If an avatar exists for that hashed email address, then it gets returned. If not, then it generates a random one based on the data in the hash. Essentially, it’s arbitrary. There’s code in there that … Read more