diff options
author | plegall <plg@piwigo.org> | 2005-09-18 00:29:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-18 00:29:49 +0000 |
commit | f7b777c90ac54e4c33d9e57ea132e44b49ce487a (patch) | |
tree | 2bc6d690aec73d6d7770bdf679dfe5f8204a1be9 /template/yoga/register.tpl | |
parent | 60fc8c061adbad349c3a0a365f46b37ba8339cd2 (diff) |
- new: automatic new password sent by mail when requested by user
git-svn-id: http://piwigo.org/svn/trunk@866 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/register.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/register.tpl b/template/yoga/register.tpl index 09740e881..5aa861b41 100644 --- a/template/yoga/register.tpl +++ b/template/yoga/register.tpl @@ -42,6 +42,7 @@ <li> <label for="mail_address">{lang:Mail address}</label> <input type="text" name="mail_address" id="mail_address" value="{F_EMAIL}" onfocus="this.className='focus';" onblur="this.className='nofocus';"> + ({lang:useful when password forgotten}) </li> </ul> |