Skip to content

Find a way to get email md5 for avatar #4

@chaws

Description

@chaws

On colab/accounts/templatetags/gravatar.py:
try:
email = EmailAddress.objects.get(address=email)
except EmailAddress.DoesNotExist:
pass

email_md5 = getattr(email, 'md5', 'anonymous')

it's using super_archives to generate md5 and get gravatar image, let's try to find a way of doing so with plugin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions