{% extends 'global/master.twig' %} {% block title %}Reset Password{% endblock %} {% block content %} {% if sakura.lockAuth %}

Resetting password is disabled because of security checkups!

{% else %}
Reset Password
{% if get.u is defined and get.k is defined %}
{% else %}
{% endif %}
{% endif %} {% endblock %}