{% extends 'base.html' %} {% block content %}
Please send an email to {{ session.get('reset_user_email') }}
Be sure to include this password reset link: {{ session.get('password_reset_link') }}
| User Email | Enabled | Admin | Case Email | Actions |
|---|---|---|---|---|
| {{ user.user_email }} | {% if user.enabled %} Yes {% else %} No {% endif %} | {% if user.is_admin %} Yes {% else %} No {% endif %} | {{ user.case_email }} | |
| No users found. | ||||