{% extends "base.html" %} {% block title %}Reset User Password - {{ lab_name }}{% endblock %} {% block content %}
← Back to Members
Reset Password for {{ user.name }}

User: {{ user.name }}
Email: {{ user.email }}

⚠️ Warning:

This will immediately change the user's password. Make sure to communicate the new password to them securely.

Cancel
{% endblock %}