Initial commit

This commit is contained in:
Joey Kimsey
2024-08-04 21:15:59 -04:00
parent c9d1fb983f
commit 0d469501ee
695 changed files with 70184 additions and 71 deletions

View File

@ -0,0 +1,14 @@
<form action="" method="post" class="form-horizontal">
<legend>Change Password</legend>
<p>Please enter the code you received in your email. If you did not receive the code, please check your spam filter or <a href="{ROOT_URL}">click here</a> to request a new reset code.</p>
<fieldset>
<div class="form-group">
<label for="resetCode" class="col-lg-3 control-label">Reset Code</label>
<div class="col-lg-3">
<input class="form-control" type="text" name="resetCode" id="resetCode">
</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">Submit</button><br>
</form>