forked from services/mlmmj-light-web-ecg
Fixed invalid password-forgotten-link
This commit is contained in:
@@ -35,7 +35,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="login">
|
<div id="login">
|
||||||
<div id="login_form">
|
<div id="login_form">
|
||||||
<p>Please enter the credentials of your ECG account<br />(<strong>without</strong> @ecogood.org)</p>
|
<p>Please enter the credentials of your ECG account<br />(<strong>without</strong> <i>@ecogood.org</I>)</p>
|
||||||
|
<br />
|
||||||
<form method="post" action="login.php" onsubmit="return validate_form()">
|
<form method="post" action="login.php" onsubmit="return validate_form()">
|
||||||
<div id="username">
|
<div id="username">
|
||||||
<div id="username_left">
|
<div id="username_left">
|
||||||
@@ -53,10 +54,12 @@
|
|||||||
<input type="password" name="login_pass" id="password_input">
|
<input type="password" name="login_pass" id="password_input">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a href="https://wiki.ecogood.org/display/PUBLIC/IT-Support" target="_blank"><p>Forgot your password?</p></a>
|
|
||||||
<div id="enter">
|
<div id="enter">
|
||||||
<input type="submit" name="submit" value="Login">
|
<input type="submit" name="submit" value="Login">
|
||||||
</div>
|
</div>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<a href=" https://wiki.ecogood.org/x/DYQjB " target="_blank"><p>Forgot your password?</p></a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user