From 9f4b4d9fc68849c2622465f32c53b626659af3fa Mon Sep 17 00:00:00 2001 From: Kenzaburo Ito Date: Thu, 25 Jan 2001 14:56:45 +0000 Subject: [PATCH] updated login, added self user account creation git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@119 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- login.php3 | 2 +- login_error_page.php3 | 14 +++++++++----- login_page.php3 | 14 ++++++++++---- logout_page.php3 | 4 ++++ 4 files changed, 24 insertions(+), 10 deletions(-) diff --git a/login.php3 b/login.php3 index 6d22bb91cc..4724eb45b5 100644 --- a/login.php3 +++ b/login.php3 @@ -27,7 +27,7 @@ if( password_match( $f_password, $u_password ) && ( $u_enabled=="on" ) ) { ### set permanent cookie (1 year) if ( $f_perm_login=="on") { - setcookie( $g_string_cookie, $u_cookie_string, time()+$g_time_length ); + setcookie( $g_string_cookie, $u_cookie_string, time()+$g_cookie_time_length ); } ### set temp cookie, cookie dies after browser closes else { diff --git a/login_error_page.php3 b/login_error_page.php3 index 0a9e8f2a27..e83117359a 100644 --- a/login_error_page.php3 +++ b/login_error_page.php3 @@ -23,10 +23,10 @@ >
> - +
- @@ -35,7 +35,7 @@ : > @@ -43,7 +43,7 @@ : > @@ -51,7 +51,7 @@ : @@ -64,6 +64,10 @@
> + >
- +
- +
- +
+ +

+ + diff --git a/login_page.php3 b/login_page.php3 index 562871c68a..07f661ffb7 100644 --- a/login_page.php3 +++ b/login_page.php3 @@ -15,10 +15,12 @@

+ +

>
> - +
> @@ -38,7 +40,7 @@ : > @@ -46,7 +48,7 @@ : @@ -59,6 +61,10 @@
> @@ -30,7 +32,7 @@ : - +
- +
- +
+ +

+ + diff --git a/logout_page.php3 b/logout_page.php3 index 47a087c9ed..24865d11c3 100644 --- a/logout_page.php3 +++ b/logout_page.php3 @@ -8,6 +8,10 @@