{% extends "base.html" %} {% from "_ui.html" import page_head, role_pill %} {% block title %}Settings{% endblock %} {% block content %} {{ page_head('settings', 'Settings', 'Your account' if user.role != 'admin' else 'Password, sign-in options and the welcome email.') }} {% if user.role == 'admin' %}
Sent automatically when you add a new Lead or User. The body is HTML.
{% if mail_ready %}{{ icon('check-circle') }} Email sending is set up. Sent from {{ mail_from }}. {% else %}{{ icon('alert') }} Email sending is not set up yet. Emails will not be sent until it is (see README).{% endif %}
| Name | {{ user.name or user.username }} |
| {{ icon('mail') }}{{ user.email }} | |
| Role | {{ role_pill(user.role) }} |
You sign in with your email (Google or an emailed code), so there is no portal password to change.