-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:readthedocs/readthedocs.org into hu…
…mitos/output-variable
- Loading branch information
Showing
10 changed files
with
131 additions
and
21 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
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
23 changes: 23 additions & 0 deletions
23
readthedocs/templates/account/email/account_already_exists_message.html
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,23 @@ | ||
{% extends "core/email/common.html" %} | ||
|
||
{% block content %} | ||
<p> | ||
You are receiving this email because you or someone else tried to signup for | ||
an account using email address: {{ email}}. | ||
</p> | ||
|
||
<p> | ||
However, an account using that email address already exists. In case you have | ||
forgotten about this, please use the password forgotten procedure to recover | ||
your account: | ||
</p> | ||
|
||
<p> | ||
<a href="{{ password_reset_url }}">{{ password_reset_url }}</a> | ||
</p> | ||
|
||
<p> | ||
If you did not sign up for an account with Read the Docs, you can disregard this email. | ||
</p> | ||
|
||
{% endblock %} |
17 changes: 17 additions & 0 deletions
17
readthedocs/templates/account/email/account_already_exists_message.txt
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,17 @@ | ||
{% extends "core/email/common.txt" %} | ||
|
||
{% block content %} | ||
|
||
You are receiving this email because you or someone else tried to signup for | ||
an account using email address: | ||
|
||
{{ email }} | ||
|
||
However, an account using that email address already exists. In case you have | ||
forgotten about this, please use the password forgotten procedure to recover | ||
your account: | ||
|
||
{{ password_reset_url } | ||
|
||
If you did not sign up for an account with Read the Docs, you can disregard this email. | ||
{% endblock %} |
1 change: 1 addition & 0 deletions
1
readthedocs/templates/account/email/account_already_exists_subject.txt
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 @@ | ||
Account Already Exists |
21 changes: 21 additions & 0 deletions
21
readthedocs/templates/account/email/unknown_account_message.html
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,21 @@ | ||
{% extends "core/email/common.html" %} | ||
|
||
{% block content %} | ||
<p> | ||
You are receiving this email because you or someone else has requested a | ||
password for your user account. However, we do not have any record of a user | ||
with email {{ email }} in our database. | ||
</p> | ||
|
||
<p> | ||
This mail can be safely ignored if you did not request a password reset. | ||
</p> | ||
|
||
<p> | ||
If it was you, you can sign up for an account using the link below. | ||
</p> | ||
|
||
<p> | ||
<a href="{{ signup_url }}">{{ signup_url }}</a> | ||
</p> | ||
{% endblock %} |
13 changes: 13 additions & 0 deletions
13
readthedocs/templates/account/email/unknown_account_message.txt
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,13 @@ | ||
{% extends "core/email/common.txt" %} | ||
|
||
{% block content %} | ||
You are receiving this email because you or someone else has requested a | ||
password for your user account. However, we do not have any record of a user | ||
with email {{ email }} in our database. | ||
|
||
This mail can be safely ignored if you did not request a password reset. | ||
|
||
If it was you, you can sign up for an account using the link below. | ||
|
||
{{ signup_url }} | ||
{% endblock %} |
1 change: 1 addition & 0 deletions
1
readthedocs/templates/account/email/unknown_account_subject.txt
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 @@ | ||
Password Reset Email |