{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Set a password' %}{% endblock %} {% block main %}
{% translate 'For your security, you need to re-authenticate via a linked service before you can set a password.' %}
{% translate 'However, your account is not currently linked to any service, so you cannot set a password at this time.' %}
{% endif %} {% include 'hidp/includes/forms/submit_row.html' with cancel_url=cancel_url %} {% else %}{% translate 'Add a password to your account. This will allow you to sign in using your email address and password as well as any linked services.' %}
{% endif %} {% endblock %}