From 1513598420757d4cb50078c15cd349b7c6b2522b Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Mon, 28 Mar 2011 01:13:15 +0200 Subject: [PATCH] Add a short sentence about password recovery on the registration page (fixes issue 652) --- src/IDF/templates/idf/register/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/IDF/templates/idf/register/index.html b/src/IDF/templates/idf/register/index.html index 4b862aa..38c30bf 100644 --- a/src/IDF/templates/idf/register/index.html +++ b/src/IDF/templates/idf/register/index.html @@ -48,7 +48,8 @@ {block context}

{trans 'Be sure to provide a valid email address, as we are sending a validation link by email.'}

- +{aurl 'url', 'IDF_Views::passwordRecoveryAsk'} +

{blocktrans}If you have just forgotten your login information, then there is no need to create a new account. Just go here to recover your login name and password.{/blocktrans}

{trans 'Did you know?'}
{aurl 'url', 'IDF_Views::faq'} {blocktrans}With your account, you will able to participate in the life of all the projects hosted here. Participating in a software project must be fun, so if you have troubles, you can let us know about your issues at anytime!{/blocktrans}