diff options
| author | Bobby <[email protected]> | 2022-07-30 01:56:15 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-30 01:56:15 +0530 |
| commit | e27296b279aa0df54881bfbb0d4b7d892fdb22b9 (patch) | |
| tree | 6915c30235d98c30ed4efa75bdec2ea756fe7479 /users/templates | |
| parent | a52e5ee79eddcfef37139434c619cc4f3f6cb521 (diff) | |
| download | thatcomputerscientist-e27296b279aa0df54881bfbb0d4b7d892fdb22b9.tar.xz thatcomputerscientist-e27296b279aa0df54881bfbb0d4b7d892fdb22b9.zip | |
user verification email required for login
Diffstat (limited to 'users/templates')
| -rw-r--r-- | users/templates/verification_email.html | 10 |
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 %} + |
