summary refs log tree commit diff
path: root/synapse/res/templates/already_in_use.html
blob: 4c4c3c36a7d4615a4ea4d91f88859410e1d31319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{% 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 %}