aboutsummaryrefslogtreecommitdiff
path: root/superadmin/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'superadmin/public/index.html')
-rw-r--r--superadmin/public/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/superadmin/public/index.html b/superadmin/public/index.html
index 0085630..f42a977 100644
--- a/superadmin/public/index.html
+++ b/superadmin/public/index.html
@@ -25,6 +25,12 @@
<div id="pull-response"></div>
</div>
<div>
+ <h3>Reset password</h3>
+ <input type="number" id="reset-input" placeholder="72" />
+ <button class="pure-button pure-button-primary" id="reset-button">Reset</button>
+ <div id="reset-response"></div>
+ </div>
+ <div>
<h3>SQL Select</h3>
<form class="pure-form" id="query-form">
<textarea required placeholder="SELECT something"></textarea>