Alerte : création fréquente d'invités
L'encadrant
{{ creator.prenom }} {{ creator.nom }}
{% if creator.mail %}({{ creator.mail }}){% endif %}
a créé un nombre inhabituel de comptes invités.
-
Dernières 24 h : {{ report.countDay }} invité(s)
(seuil : plus de {{ report.thresholdDay }})
{% if report.exceededDay %} — seuil dépassé{% endif %}
-
30 derniers jours : {{ report.countMonth }} invité(s)
(seuil : plus de {{ report.thresholdMonth }})
{% if report.exceededMonth %} — seuil dépassé{% endif %}
Invités créés (30 derniers jours)
| Prénom |
Nom |
Créé le |
{% for guest in report.guests %}
| {{ guest.prenom }} |
{{ guest.nom }} |
{{ guest.createdAt ? guest.createdAt|date('d/m/Y H:i') : '—' }} |
{% else %}
| Aucun invité listé. |
{% endfor %}
Rapport généré automatiquement le {{ now|date('d/m/Y à H:i') }}.