+ {% block primary_content %} +
+
+ {% block primary_content_inner %} +

{{ _('Reset your password') }}

+ {% block form %} +
+ {{ h.csrf_input() }} + +
+
+ + {% include 'snippets/svg/info.svg' %} + + + {% trans %} + Have you used the Single sign-on previously? If so you will no longer + be able to reset your password here, you must use the SSO with your + Microsoft workplace credentials to log in. + {% endtrans %} + +
+ + {% block oidc_login_button %} + + {% endblock %} +
+ +
+ {{ _('Or') }} +
+ +
+ + +
+ +
+ {% block form_button %} + + {% endblock %} +
+
+ {% endblock %} + {% endblock %} +
+
+ {% endblock %} +