mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
ae181233aa
Co-authored-by: Mathieu Velten <mathieu.velten@beta.gouv.fr> Co-authored-by: Olivier D <odelcroi@gmail.com>
13 lines
381 B
HTML
13 lines
381 B
HTML
{% extends "_base.html" %}
|
|
{% block title %}Email already in use{% endblock %}
|
|
|
|
{% block body %}
|
|
<p>You have asked us to register this email with a new Matrix account, but this email is already registered with an existing account.</p>
|
|
|
|
<p>Please reset your password if needed.</p>
|
|
|
|
<p>If this was not you, you can safely disregard this email.</p>
|
|
|
|
<p>Thank you.</p>
|
|
{% endblock %}
|