22 lines
677 B
Handlebars
22 lines
677 B
Handlebars
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
<title>ldap0r</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
{{#if flash}}
|
||
|
<p>{{#if flash_type}}{{flash_type}}: {{/if}}{{ flash }}</p>
|
||
|
{{/if}}
|
||
|
|
||
|
<form action="/reset/{{ key }}" method="post" accept-charset="utf-8">
|
||
|
<label for="password">password</label>
|
||
|
<input type="password" name="password" id="password" value="" />
|
||
|
<label for="password_control">reenter password</label>
|
||
|
<input type="password" name="password_control" id="password_control" value="" />
|
||
|
<p><input type="submit" value="submit"></p>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|