|
|
Joined: Apr 2002
Posts: 474
Enthusiast
|
Enthusiast
Joined: Apr 2002
Posts: 474 |
I really hate the design of the log in page I get several emails a week from people who forget their login info and ask me to send it to them. I constantly have to tell them to go back to the login screen SCROLL DOWN and fill in the data and the system will send them a temporary password.
Is there a way to SPLIT the log in page into two pages and on the "main" login just a link that says I FORGOT MY LOGIN or PASSWORD... this would then take them to the second page. For them to make a request.
Thanks
SD
|
|
|
|
Joined: May 2001
Posts: 550
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 550 |
How about you place an anchor where the lost password field is and link to it from above the login page?
|
|
|
|
Joined: Apr 2002
Posts: 474
Enthusiast
|
Enthusiast
Joined: Apr 2002
Posts: 474 |
Ok made the login much better now. This is login.tmpl you can see example at my site <br /><? //UBBTREMARK<br />// File Version 6.5<br /><br />echo <<<UBBTPRINT<br /><br /> <table width="100%" align="center" cellpadding="1" cellspacing="1"><br /><br /> <table width="98%" align="center" cellpadding="1" cellspacing="1"><br /> <tr><br /> <td><br /> <table width="100%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"><br /> <tr><br /> <td><br /> <table cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}" width="100%" class="tableborders"><br /> <tr><br /> <td class="tdheader">{$ubbt_lang['LOGIN_PROMPT']}</td><br /> </tr><br /> </table><br /> </td><br /> </tr><br /> </table><br /> <table width="100%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"><br /> <tr><br /> <td><br /> <table cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}" width="100%" class="tableborders"><br /> <tr><br /> <td class="darktable">{$ubbt_lang['LOGIN_PROMPT2']} <a href="{$config['phpurl']}/newuser.php?Cat=$Cat">{$ubbt_lang['REG_ONE']}</a>.</td><br /> </tr><br /> <tr><br /> <td class="lighttable"><br /> <div align="center"><br /> <form method="post" action="{$config['phpurl']}/start_page.php"><br /> <input type="hidden" name="Cat" value="$Cat"><input type="hidden" name="from" value="$from"><br /> <table width="100%" valign="top" align="center" cellpadding="1" cellspacing="1"><br /> <tr><br /> <td align="center">{$ubbt_lang['LOGINNAME_TEXT']}</td><br /> <td align="center">{$ubbt_lang['PASSWORD_TEXT']}</td><br /> </tr><br /> <tr><br /> <td align="center"><input type="text" name="Loginname" class="formboxes"></td><br /> <td align="center"><input type="password" name="Loginpass" class="formboxes"></td><br /> </tr><br /> <tr><br /> <td colspan="2" align="center">$rememberme</td><br /> </tr><br /> <tr><br /> <td colspan="2" align="center"><input type="hidden" name="firstlogin" value="1"> <input type="submit" name="buttlogin" value="{$ubbt_lang['BUTT_LOGIN']}" class="buttons"></td><br /> </tr><br /> </table><br /> </form><br /> </div><br /> </td><br /> </tr><br /> </table><br /> </td><br /> </tr><br /> </table><br /> </td><br /> <td valign="top"><br /> <table width="100%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"><br /> <tr><br /> <td><br /> <table cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}" width="100%" class="tableborders"><br /> <tr><br /> <td class="tdheader">{$ubbt_lang['FORGOT_PASS']}</td><br /> </tr><br /> </table><br /> </td><br /> </tr><br /> </table><br /> <table width="100%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"><br /> <tr><br /> <td><br /> <table cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}" width="100%" class="tableborders"><br /> <tr><br /> <td class="darktable">{$ubbt_lang['FORGOT_ENTER']}</td><br /> </tr><br /> <tr><br /> <td class="lighttable"><br /> <div align="center"><br /> <form method="post" action="{$config['phpurl']}/start_page.php"><br /> <input type="hidden" name="Cat" value="$Cat"><br /> <table width="100%" valign="top" align="center" cellpadding="1" cellspacing="1"><br /> <tr><br /> <td align="center">{$ubbt_lang['LOGINNAME_TEXT']}</td><br /> <td align="center"></td><br /> <td align="center">{$ubbt_lang['TEXT_EMAIL']}</td><br /> </tr><br /> <tr><br /> <td align="center"><input type="text" name="Loginname" class="formboxes"></td><br /> <td align="center"><strong>OR</strong></td><br /> <td align="center"><input type="text" name="Email" class="formboxes"></td><br /> </tr><br /> <tr><br /> <td colspan="3" align="center"><br><br /> <br></td><br /> </tr><br /> <tr><br /> <td colspan="3" align="center"><input type="submit" name="buttforgot" value="{$ubbt_lang['BUTT_FORGOT']}" class="buttons"><br></td><br /> </tr><br /> </table><br /> </form><br /> </div><br /> </td><br /> </tr><br /> </table><br /> </td><br /> </tr><br /> </table><br /> </td><br /> </tr><br /> </table><br /> <table width="98%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"><br /> <tr><br /> <td><br /> <table cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}" width="100%" class="tableborders"><br /> <tr><br /> <td class="tdheader">Login Issues?</td><br /> </tr><br /> <tr><br /> <td class="newsubjecttable" align="center"><br><br /> If you are having an issue logging in or remaining logged in please try to <a href="http://www.fmforums.com/threads/mycookies.php?">delete your cookies</a> or reset your browser.<br><br /> First time members please review the <a href="http://www.fmforums.com/threads/postlist.php?Cat=0&Board=library">self help library</a> to learn how to navigate this site and make a post.<br><br /> <br></td><br /> </tr><br /> </table><br /> </td><br /> </tr><br /> </table><br /><br />UBBTPRINT;<br />/* UBBTREMARK */ ?><br />
|
|
|
|
Joined: Mar 2001
Posts: 644
Member
|
Member
Joined: Mar 2001
Posts: 644 |
Very nice Oceanwest
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 449
Joined: February 2008
|
|
Forums63
Topics37,575
Posts293,929
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|