From 41fa61adaa78fb41c197c2732be987f2f76f7202 Mon Sep 17 00:00:00 2001
From: Oliver Falk
This is what the avatars will look like depending on the hash and protocol you use:
- {% if mail_hash %}
- MD5 hash (mail): {{ mail_hash }}
- SHA256 hash (mail): {{ mail_hash256 }}
- {% endif %}
+
+ SHA256 hash (mail): {{ mail_hash256 }}
+ {% endif %}
- {% if openid_hash %}
- SHA256 hash (OpenID): {{ openid_hash }}
- {% endif %}
+ {% if openid_hash %}
+ SHA256 hash (OpenID): {{ openid_hash }}
+ {% endif %}
+