Files
edx-platform/password_reset_form.html
Ernie Park a0db591b88 move password_reset_form out of registration
--HG--
rename : registration/password_reset_form.html => password_reset_form.html
2012-02-01 11:58:23 -05:00

11 lines
397 B
HTML

<h1>Password reset</h1>
<p>Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one.</p>
<form id="pwd_reset_form">
<div id="pwd_error"></div>
<label for="id_email">E-mail address:</label>
<input id="id_email" type="email" name="email" maxlength="75" />
<input type="submit" id="pwd_reset_button" value="Reset my password" />
</form>