{% extends 'scipost/base.html' %} {% block breadcrumb %} {% endblock %} {% block pagetitle %}: Security{% endblock %} {% block content %}

Security assessment for your email address {{ email }}

IMPORTANT NOTE

Breaches

{% if breaches_json|length > 0 %}

Your email address is associated to {{ breaches_json|length }} known breach{{ breaches_json|pluralize:"es" }} (according to haveibeenpwned.com)

Click on items in the list below to see details.

{% include 'security/_breaches_accordion.html' with breaches=breaches_json %}

What should you do?

  • For each of the services listed, you should ensure that you have changed your password since the date of the breach. If you have already done that, you can ignore this particular breach from now on.
  • For all online services you register for, choose strong memorable passwords (though four words is now outdated: go for six at least!) or go for a strong password manager.

{% else %}

Your email address is not associated to any known breach (according to haveibeenpwned.com)

{% endif %}

Pastes (what are pastes?)

{% if pastes_json|length > 0 %}

Your email address is associated to {{ pastes_json|length }} known paste{{ pastes_json|pluralize }} (according to haveibeenpwned.com)

Click on items in the list below to see details.

{% include 'security/_pastes_accordion.html' with pastes=pastes_json %}

What should you do?

  • For all online services you register for, choose strong memorable passwords (though four words is now outdated: go for six at least!) or go for a strong password manager.

{% else %}

Your email address is not associated to any known paste (according to haveibeenpwned.com)

{% endif %}
{% endblock %}