Initial commit
This commit is contained in:
13
app/views/forgot.html
Normal file
13
app/views/forgot.html
Normal file
@ -0,0 +1,13 @@
|
||||
<form action="" method="post" class="form-horizontal">
|
||||
<legend>Lost and Found</legend>
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
<label for="entry" class="col-lg-3 control-label">Username or Email:</label>
|
||||
<div class="col-lg-3">
|
||||
<input class="form-control" type="text" name="entry" id="entry">
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<input type="hidden" name="token" value="{TOKEN}">
|
||||
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Reset Password</button><br>
|
||||
</form>
|
Reference in New Issue
Block a user