-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send an email if the address is already bound to an user account
Co-authored-by: Mathieu Velten <mathieu.velten@beta.gouv.fr>
- Loading branch information
1 parent
274f289
commit 3103c8b
Showing
6 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Send an email if the address is already bound to an user account. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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></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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Hello there, | ||
|
||
You have asked us to register this email with a new Matrix account, | ||
but this email is already registered with an existing account. | ||
|
||
Please reset your password if needed. | ||
|
||
If this was not you, you can safely disregard this email. | ||
|
||
Thank you. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters