Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 765dd50

Browse files
authored
Email verification template changes (#1667)
1 parent 86d53c9 commit 765dd50

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

templates/emails/verification.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
limitations under the License.
1515
#}
1616

17-
Hi <b>{{ user.username }}</b>,<br />
17+
Hello {{ user.username }},<br />
1818
<br />
19-
your email verification code is:
20-
<br />
21-
<strong>{{ verification.code }}</strong><br />
22-
<br />
23-
kthxbye
19+
Your verification code to confirm this email address is: <strong>{{ verification.code }}</strong><br />

templates/emails/verification.subject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
#}
1616

17-
Your auth service verification code is: {{ verification.code }}
17+
Your email verification code is: {{ verification.code }}

templates/emails/verification.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
#}
1616

17-
Hi {{ user.username }},
1817

19-
your email verification code is:
18+
Hello {{ user.username }},
2019

21-
{{ verification.code }}
22-
23-
kthxbye
20+
Your verification code to confirm this email address is: {{ verification.code }}

0 commit comments

Comments
 (0)