summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/sendpw_email.txt
diff options
context:
space:
mode:
authorroot <root@u15356270.onlinehome-server.com>2009-11-13 20:18:55 -0500
committerroot <root@u15356270.onlinehome-server.com>2009-11-13 20:31:40 -0500
commit7e4f1d542e00b4d3121da6ae5524e95867f2371b (patch)
tree5a3edfb81cc137dbc877f75f9bde80e9720b3ba0 /templates/authopenid/sendpw_email.txt
parent3a4b6ad43221abc0e0ff345d9368c3348b312128 (diff)
downloadaskbot-7e4f1d542e00b4d3121da6ae5524e95867f2371b.tar.gz
askbot-7e4f1d542e00b4d3121da6ae5524e95867f2371b.tar.bz2
askbot-7e4f1d542e00b4d3121da6ae5524e95867f2371b.zip
better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes
Diffstat (limited to 'templates/authopenid/sendpw_email.txt')
-rw-r--r--templates/authopenid/sendpw_email.txt11
1 files changed, 3 insertions, 8 deletions
diff --git a/templates/authopenid/sendpw_email.txt b/templates/authopenid/sendpw_email.txt
index 2024061c..f044ca45 100644
--- a/templates/authopenid/sendpw_email.txt
+++ b/templates/authopenid/sendpw_email.txt
@@ -1,14 +1,9 @@
{% load i18n %}
-{% blocktrans %}Someone has requested to reset your password on {{ site_url }}.
+{% blocktrans%}Someone has requested to reset your password on {{site_url}}.
If it were not you, it is safe to ignore this email.{% endblocktrans %}
-{% trans "Your new account details are:" %}
-
-{% trans "Username:" %} {{ username }}
-{% trans "New password:" %} {{ password }}
-
-{% trans "To confirm that you wanted to reset your password please visit:" %}
-{{ site_url }}{{ url_confirm }}?key={{ confirm_key }}
+{% blocktrans %}email explanation how to use new {{password}} for {{username}}
+with the {{key_link}}{% endblocktrans %}
{% blocktrans %}Sincerely,
Forum Administrator{% endblocktrans %}