diff options
| author | Bobby <[email protected]> | 2023-04-30 00:34:22 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-04-30 00:34:22 -0400 |
| commit | b3439b867b81a2d7cfb363b62b203ee2e64c0613 (patch) | |
| tree | 79f85dd89786d95228e82977d4e22df8ecb4cc7e /users/templates/verification_email.html | |
| parent | 714953207a6c01d88c826206a41423a597a2ca2c (diff) | |
| download | thatcomputerscientist-b3439b867b81a2d7cfb363b62b203ee2e64c0613.tar.xz thatcomputerscientist-b3439b867b81a2d7cfb363b62b203ee2e64c0613.zip | |
Email Verification Update w/ Token Expiration
Diffstat (limited to 'users/templates/verification_email.html')
| -rw-r--r-- | users/templates/verification_email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/templates/verification_email.html b/users/templates/verification_email.html index ee9e8cca..cd85ab38 100644 --- a/users/templates/verification_email.html +++ b/users/templates/verification_email.html @@ -2,7 +2,7 @@ Hi {{ user }}, Thanks for registering an account on {{ site_name }}. To verify your email address, please click the link below. -{{ protocol }}{{ domain }}{% url 'users:verifyemail' uidb64=uid token=token %} +{{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %} Thanks, {{ site_name }} Team |
