Re: [psa-devel]Password Reset
Brought to you by:
koivi
From: Justin K. <ju...@ko...> - 2003-03-26 13:55:41
|
Albert Lash wrote: > In user_passwordreset.php, I've got this type of email info: > > If you have lost your password, we will do > out best to return your account to your control. But first, > we need a little input from you to assure that you are indeed who > you say you are.</P><P>We have a quick and easy two step password > recovery process. First, we will send an email to the account listed > with your registration information. Second, we will ask the personal > question that you chose upon registration. You will then have the > opportunity to reset your password. > > This is somewhat generic so should this be given some gettext instructions? > Or should this simply go into the config.php file also? Change "</P><P>" to "<br><br>" because none of the other text on the site uses the <p> tag. I think can be put into the file for gettext to parse. However, be sure to check that if the user is an admin that a form simply appears so they can manually reset it. |