From f7b777c90ac54e4c33d9e57ea132e44b49ce487a Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 18 Sep 2005 00:29:49 +0000 Subject: - 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 --- identification.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'identification.php') 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') -- cgit v1.2.3