Private
Public Access
1
0

logging for NK auth

This commit is contained in:
2023-10-16 21:12:35 +02:00
parent 0c3de6fa56
commit 6954a144d6
3 changed files with 19 additions and 7 deletions

View File

@@ -2,6 +2,6 @@
Hi {{ user.username }},
Please click on the link to confirm your registration,
http://{{ domain }}{% url 'useractivate' uidb64=uid token=token %}
https://{{ domain }}{% url 'useractivate' uidb64=uid token=token %}
If you think, it's not you, then just ignore this email.
{% endautoescape %}