{%extends "admin/base_site.html"%} {%block breadcrumbs%} {%endblock%} {% block bodyclass %}change-list{% endblock %} {% block coltype %}flex{% endblock %} {%block content%}

Reset password

Resetting the password the password of a user will clear the current password and send a password reset link to {{user.email}}.

{%if is_oauth%}

WARNING! This is currently an OAuth integrated account. Resetting the password of this account will turn it into a regular account with a local password!!

{%endif%}
{% csrf_token %} {{form.as_table}}
{%endblock%}