1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-03-21 19:08:56 +01:00
Lexiconga/FORGOT.form

10 lines
571 B
Text

<div class="settingsCol"><form id="forgotForm" method="post" action="?forgot">
<h2>Forgot Password</h2>
<label><span>Email</span>
<input type="email" id="forgotEmailField" name="email" />
</label>
<div id="forgotError" style="font-weight:bold;color:red;"></div>
<button type="submit" id="forgotSubmitButton" onclick="ValidateForgot(); return false;">Email Password Reset Key</button>
<div id="dictionaryWarn"></div>
<span id="forgotPassword" class="clickable" onclick="ShowInfo('loginForm')">Log In/Create Account</span>
</form></div>