{% extends "base.html" %} {% block title %}Manage Users{% endblock %} {% block content %}
Leads and Users all sign in here. Their role decides what they can do after signing in.
They sign in with Google using this email. No password is needed.{% if mail_on %} A welcome email is sent to them using the template in Settings.{% endif %} Allowed domains: {{ domains|join(', ') }}.
| S.No | Name | Role | Action | |||||
|---|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {% if u.role == 'admin' %}{{ u.username }} (password login) | admin | {% else %} | {% if not u.email %}No email set: this login cannot sign in yet.{% endif %} | {% if u.email %}{% endif %} | {% endif %}