aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-11 17:07:09 -0600
committerMatt Rude <[email protected]>2018-02-11 17:07:09 -0600
commit6b86e2fa2bba70ee7bc31f50925d2570a04975b0 (patch)
treef9d347fe6bbd7d27195e67f63a97f20593fed69e
parent18aab3647c4f1037477745dc64307e0d5fb0c66d (diff)
downloadxmpp-site-lite-6b86e2fa2bba70ee7bc31f50925d2570a04975b0.tar.gz
xmpp-site-lite-6b86e2fa2bba70ee7bc31f50925d2570a04975b0.tar.bz2
xmpp-site-lite-6b86e2fa2bba70ee7bc31f50925d2570a04975b0.zip
Remove old password-reset.html file
-rw-r--r--password-reset.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/password-reset.html b/password-reset.html
deleted file mode 100644
index 54732ef..0000000
--- a/password-reset.html
+++ /dev/null
@@ -1,47 +0,0 @@
----
-layout: default
-title: Password Reset
-permalink: /password-reset/
----
-
-<div class="section-header" id="features-section">
- <center>
- <span class="fa fa-user" style="font-size:100px;" aria-hidden="true"></span>
- <h2>Password Reset Form</h2>
- </center>
-</div>
-
-<hr class="my-4" style="max-width:370px;">
-
- <div style="max-width:400px;margin:0 auto;">
-
-
- <form action="{{ site.url }}:5281/resetpass/" method="post" class="form-horizontal needs-validation" style="padding: 15px;" novalidate="">
- <p class="error"></p>
- <div style="margin-bottom: 25px" class="input-group">
- <span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
- <div class="input-group">
- <input type="text" class="form-control" name="username" placeholder="JID (username)" id="username" required="">
- <div class="input-group-append">
- <span class="input-group-text" style="font-size:0.8em;font-weight:bold;">@{{ site.xmpp-url }}</span>
- </div>
- <div class="invalid-feedback" style="width: 100%;">Your JID (username) is required.</div>
- </div>
- </div>
- <div style="margin-bottom: 25px" class="input-group">
- <span class="input-group-addon"><i class="glyphicon glyphicon-envelope"></i></span>
- <div class="input-group">
- <input type="email" class="form-control" name="email" placeholder="Email Address" id="email" required="">
- <div class="invalid-feedback" style="width: 100%;">Your email address is required.</div>
- </div>
- </div>
-
-
-
- <p>After submitting, a link will be sent to the email address that appears on your vCard.</p>
- <div class="modal-footer">
- <button type="reset" value="Clear" class="btn btn-default pull-right" style="margin-right:15px">Clear</button>
- <button id="button" type="submit" class="btn btn-primary">Submit</button>
- </div>
- </form>
- </div>