]> iEval git - gruntmaster-page.git/blobdiff - a/account.en
Use Plack::Middleware::Auth::Complex for auth
[gruntmaster-page.git] / a / account.en
index 422b94991eb7db62fd9f8b13e31d9305e48de180..6c1b8cce5afc88c3b6680a89cebdcae33f3cf963 100644 (file)
 <h1>Reset password</h1>
 <form action="/action/reset" method="POST" class="jsform" role="form">
 <div class="form-group"><label for="rst_username">Username</label><input type="text" id="rst_username" name="username" class="form-control" required></div>
-<div class="form-group"><label for="rst_password">New password</label><input type="password" id="rst_password" name="password" class="form-control" required></div>
+<div class="form-group"><label for="rst_new_password">New password</label><input type="password" id="rst_new_password" name="new_password" class="form-control" required></div>
+<div class="form-group"><label for="rst_confirm_new_password">Confirm new password</label><input type="password" id="rst_confirm_new_password" name="confirm_new_password" class="form-control" required></div>
 <div class="form-group"><label for="rst_token">Reset token</label><input type="text" id="rst_token" name="token" class="form-control" required></div>
 <input type="submit" class="btn btn-default" value="Reset password">
 </form>
This page took 0.024019 seconds and 4 git commands to generate.