Send an e-mail verification to a new registered user
This commit is contained in:
parent
72e5df0cf5
commit
26281af673
8 changed files with 179 additions and 14 deletions
11
templates/registration/account_activation_email.html
Normal file
11
templates/registration/account_activation_email.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Hi {{ user.username }},
|
||||
|
||||
Welcome to {{ site_name }}. Please click on the link below to confirm your registration.
|
||||
|
||||
{{ protocol }}://{{ domain }}{% url 'member:account_activation' uidb64=uid token=token %}
|
||||
|
||||
This link is only valid for a couple of days, after that you will need to contact us to validate your email.
|
||||
|
||||
Thanks,
|
||||
|
||||
{{ site_name }} team.
|
||||
Loading…
Add table
Add a link
Reference in a new issue