From: Michael Tremer Date: Thu, 18 Oct 2018 09:35:46 +0000 (+0100) Subject: people: Show all available types of fingerprints X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=081a1eeb4ce7713ccced67ed63e46e54f6a735e7;p=ipfire.org.git people: Show all available types of fingerprints Signed-off-by: Michael Tremer --- diff --git a/src/templates/people/ssh-keys/index.html b/src/templates/people/ssh-keys/index.html index de860276..b581c393 100644 --- a/src/templates/people/ssh-keys/index.html +++ b/src/templates/people/ssh-keys/index.html @@ -14,7 +14,9 @@ -

{{ key.hash_md5() }}

+ {% for h in (key.hash_md5(), key.hash_sha256(), key.hash_sha512()) %} +

{{ h }}

+ {% end %} {% if key.options %}

{{ _("Options") }}