wip
This commit is contained in:
23
hub/templates/admin-password-edit.html
Normal file
23
hub/templates/admin-password-edit.html
Normal file
@@ -0,0 +1,23 @@
|
||||
{{define "body" -}}
|
||||
<h2>Change Password</h2>
|
||||
|
||||
<form method="POST">
|
||||
<input type="hidden" name="CSRF" value="{{.Session.CSRF}}">
|
||||
<p>
|
||||
<label>Current Password</label><br>
|
||||
<input type="password" name="CurrentPassword">
|
||||
</p>
|
||||
<p>
|
||||
<label>New Password</label><br>
|
||||
<input type="password" name="NewPassword">
|
||||
</p>
|
||||
<p>
|
||||
<label>Repeat New Password</label><br>
|
||||
<input type="password" name="NewPassword2">
|
||||
</p>
|
||||
<p>
|
||||
<button type="submit">Save</button>
|
||||
<a href="/admin/config/">Cancel</a>
|
||||
</p>
|
||||
</form>
|
||||
{{- end}}
|
||||
Reference in New Issue
Block a user