aboutsummaryrefslogtreecommitdiff
path: root/users/templates/verification_email.html
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-30 01:56:15 +0530
committerBobby <[email protected]>2022-07-30 01:56:15 +0530
commite27296b279aa0df54881bfbb0d4b7d892fdb22b9 (patch)
tree6915c30235d98c30ed4efa75bdec2ea756fe7479 /users/templates/verification_email.html
parenta52e5ee79eddcfef37139434c619cc4f3f6cb521 (diff)
downloadthatcomputerscientist-e27296b279aa0df54881bfbb0d4b7d892fdb22b9.tar.xz
thatcomputerscientist-e27296b279aa0df54881bfbb0d4b7d892fdb22b9.zip
user verification email required for login
Diffstat (limited to 'users/templates/verification_email.html')
-rw-r--r--users/templates/verification_email.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/templates/verification_email.html b/users/templates/verification_email.html
new file mode 100644
index 00000000..9a96e31b
--- /dev/null
+++ b/users/templates/verification_email.html
@@ -0,0 +1,10 @@
+{% autoescape off %}
+Hi {{ user }},
+
+Thanks for registering an account on {{ site_name }}. To verify your email address, please click the link below.</p>
+{{ protocol }}{{ domain }}{% url 'users:verifyemail' uidb64=uid token=token %}
+
+Thanks,
+{{ site_name }} Team
+{% endautoescape %}
+