Commit 8e52f6f6e8a3608120a228c03bc0faf71a1da7a6
1 parent
653c54f2
Reverted commit of "Forgot Password" functionality. It's still DEV.
Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7632 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
60 deletions
templates/ktcore/login.smarty
| ... | ... | @@ -61,66 +61,6 @@ |
| 61 | 61 | <div id="bottomspacer"></div> |
| 62 | 62 | <div class="floatClear"></div> |
| 63 | 63 | </div> |
| 64 | - <div id="forgot_box"> | |
| 65 | - <form name="forgot_form" action="" method="POST"> | |
| 66 | - <table width="80%"> | |
| 67 | - <tr> | |
| 68 | - <td><div class="close_box" id="close_box" onclick="hideBox();" onmouseover="glow();" onmouseout="unglow();">Close</div></td> | |
| 69 | - </tr> | |
| 70 | - <tr> | |
| 71 | - <input type="hidden" value="request_password_reset" name="request_password_reset" id="request_password_reset"> | |
| 72 | - <td>Please note that this feature is only used to reset the ADMIN password. System users should contact admin to reset their password.</td> | |
| 73 | - </tr> | |
| 74 | - <!--<tr> | |
| 75 | - <td><label for="company_name">Company Name</label> | |
| 76 | - <input type="text" id="company_name" name="company_name"></input></td> | |
| 77 | - </tr>--> | |
| 78 | - <tr> | |
| 79 | - <td><label for="email">Email Address</label> | |
| 80 | - <input type="text" id="email" name="email"></input></td> | |
| 81 | - </tr> | |
| 82 | - <tr> | |
| 83 | - <td class="form_actions"><input type="submit" value="{i18n}submit{/i18n}" /></td> | |
| 84 | - <td></td> | |
| 85 | - </tr> | |
| 86 | - </table> | |
| 87 | - </form> | |
| 88 | - </div> | |
| 89 | - <div id="reset_box"> | |
| 90 | - <form name="reset_form" action="" method="POST"> | |
| 91 | - <table width="80%"> | |
| 92 | - <tr> | |
| 93 | - <input type="hidden" name="perform_password_reset" value="perform_password_reset" id="perform_password_reset"> | |
| 94 | - <td>Please note that this feature is only used to reset the ADMIN password. System users should contact admin to reset their password.</td> | |
| 95 | - </tr> | |
| 96 | - <tr> | |
| 97 | - <td><label for="full_name">Full Name</label> | |
| 98 | - <input type="text" id="full_name" name="full_name"></input></td> | |
| 99 | - </tr> | |
| 100 | - <tr> | |
| 101 | - <td><label for="email">Email Address</label> | |
| 102 | - <input type="text" id="email" name="email"></input></td> | |
| 103 | - </tr> | |
| 104 | - <tr> | |
| 105 | - <td><label for="new_password">New password</label> | |
| 106 | - <input type="password" id="new_password" name="new_password"></input></td> | |
| 107 | - </tr> | |
| 108 | - <tr> | |
| 109 | - <td><label for="new_password_repeat">Repeat new password</label> | |
| 110 | - <input type="password" id="new_password_repeat" name="new_password_repeat"></input></td> | |
| 111 | - </tr> | |
| 112 | - <tr> | |
| 113 | - <td class="form_actions"><input type="submit" value="{i18n}submit{/i18n}" /></td> | |
| 114 | - <td></td> | |
| 115 | - </tr> | |
| 116 | - </table> | |
| 117 | - </form> | |
| 118 | - </div> | |
| 119 | - {if $reset_password == true} | |
| 120 | - <script type="text/javascript">showResetBox();</script> | |
| 121 | - {else} | |
| 122 | - <script type="text/javascript">hideResetBox();</script> | |
| 123 | - {/if} | |
| 124 | 64 | </div> |
| 125 | 65 | </body> |
| 126 | 66 | </html> | ... | ... |