From f9f4010ef3bbdf53ba8cecefc140590d4d127945 Mon Sep 17 00:00:00 2001 From: Yannick Date: Sun, 14 Jul 2013 09:40:56 +0200 Subject: [PATCH] #67 Redesign the login form --- lang/English/login.php | 8 ++- login.php | 116 ++++++++++++++++++++++++++++++----------- 2 files changed, 89 insertions(+), 35 deletions(-) diff --git a/lang/English/login.php b/lang/English/login.php index 03b41f4a8..0716017aa 100644 --- a/lang/English/login.php +++ b/lang/English/login.php @@ -5,17 +5,15 @@ // Miscellaneous 'Wrong user/pass' => 'Wrong username and/or password.', -'Forgotten pass' => 'Forgotten your password?', +'Forgotten pass' => 'Forgotten password', 'Login redirect' => 'Logged in successfully. Redirecting …', 'Logout redirect' => 'Logged out. Redirecting …', 'No email match' => 'There is no user registered with the email address', 'Request pass' => 'Request password', 'Request pass legend' => 'Enter the email address with which you registered', 'Request pass info' => 'A new password together with a link to activate the new password will be sent to that address.', -'Not registered' => 'Not registered yet?', -'Login legend' => 'Enter your username and password below', -'Remember me' => 'Log me in automatically each time I visit.', -'Login info' => 'If you have not registered or have forgotten your password click on the appropriate link below.', +'Not registered' => 'Register', +'Remember me' => 'Remember me', 'New password errors' => 'Password request error', 'New passworderrors info' => 'The following error needs to be corrected before a new password can be sent:', diff --git a/login.php b/login.php index a50baae36..1737f9f0b 100644 --- a/login.php +++ b/login.php @@ -271,35 +271,91 @@ $required_fields = array('req_username' => $lang_common['Username'], 'req_password' => $lang_common['Password']); $focus_element = array('login', 'req_username'); define('PUN_ACTIVE_PAGE', 'login'); -require FORUM_ROOT.'header.php'; ?> -
-

-
-
-
-
- -
- - - - - -
- -
- -

-

-
-
-
-

-
-
-
- + + + + ModernBB · Login + + + + + + + + + +
+
+ + + + + + + + + \ No newline at end of file