aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_email.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-07-20 23:53:03 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-07-20 23:53:03 +0200
commit3a175662da52cc770d52e46a9abe2cd782aa2142 (patch)
treeb65ec8d8e717b1928e47482cb54bd0787f7a0f05 /templates/registration/password_reset_email.html
parentreset password and decorators for login check (diff)
downloadscout-subs-3a175662da52cc770d52e46a9abe2cd782aa2142.tar.gz
scout-subs-3a175662da52cc770d52e46a9abe2cd782aa2142.zip
search users, show attachments, fancy pass reset
Diffstat (limited to 'templates/registration/password_reset_email.html')
-rw-r--r--templates/registration/password_reset_email.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/registration/password_reset_email.html b/templates/registration/password_reset_email.html
index da2c169..b5892a4 100644
--- a/templates/registration/password_reset_email.html
+++ b/templates/registration/password_reset_email.html
@@ -1,12 +1,9 @@
{% autoescape off %}
-To initiate the password reset process for your {{ user.get_username }} TestSite Account,
-click the link below:
+Per reimpostare la password per l'utente {{ user.get_username }}
+clicca il link qua sotto:
{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
-If clicking the link above doesn't work, please copy and paste the URL in a new browser
-window instead.
-
-Sincerely,
-The TestSite Team
+Se cliccando il link non funziona prova a copiare ed incollare il link direttamente nella barra del
+tuo browser.
{% endautoescape %} \ No newline at end of file