typo correction
[KisSync.git] / templates / account-passwordrecover.pug
bloba2b63d789afc4703b3a7e1e9a25c2d898c31da86
1 extends layout.pug
3 block content
4   .col-lg-6.col-lg-offset-3.col-md-6.col-md-offset-3
5     h3 Recover Password
6     if recovered
7       .alert.alert-success.center.messagebox
8         strong Your password has been changed
9         p Your account has been assigned the temporary password <code>#{recoverPw}</code>.  You may now use this password to log in and choose a new password by visiting the <a href="/account/edit">change password/email</a> page.
10     else if confirm
11       form(role="form", method="POST")
12         button.btn.btn-primary.btn-block(type="submit") Click here to reset password
13     else
14       .alert.alert-danger.center.messagebox
15         strong Password recovery failed
16         p= recoverErr