Fixed invalid password-forgotten-link

This commit is contained in:
Michael Dollinger
2022-05-15 10:39:37 +02:00
parent 615464eae5
commit a84a07ce47

View File

@@ -35,7 +35,8 @@
</div>
<div id="login">
<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()">
<div id="username">
<div id="username_left">
@@ -53,10 +54,12 @@
<input type="password" name="login_pass" id="password_input">
</div>
</div>
<a href="https://wiki.ecogood.org/display/PUBLIC/IT-Support" target="_blank"><p>Forgot your password?</p></a>
<div id="enter">
<input type="submit" name="submit" value="Login">
</div>
<br />
<br />
<a href=" https://wiki.ecogood.org/x/DYQjB " target="_blank"><p>Forgot your password?</p></a>
</form>
</div>
</div>