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 /identification.php | |
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 'identification.php')
-rw-r--r-- | identification.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/identification.php b/identification.php index 772f42722..c55e009ed 100644 --- a/identification.php +++ b/identification.php @@ -71,8 +71,6 @@ $template->set_filenames( array('identification'=>'identification.tpl') ); $template->assign_vars( array( - 'MAIL_ADMIN' => $conf['mail_webmaster'], - 'L_TITLE' => $lang['identification'], 'L_USERNAME' => $lang['login'], 'L_PASSWORD' => $lang['password'], @@ -83,6 +81,7 @@ $template->assign_vars( 'L_REMEMBER_ME'=>$lang['remember_me'], 'U_REGISTER' => add_session_id(PHPWG_ROOT_PATH.'register.php'), + 'U_LOST_PASSWORD' => add_session_id(PHPWG_ROOT_PATH.'password.php'), 'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php'), 'F_LOGIN_ACTION' => add_session_id(PHPWG_ROOT_PATH.'identification.php') |