aboutsummaryrefslogtreecommitdiff
path: root/views/reset.pug
blob: 8b6fa952b2f66f5eb647e3f97358e153968cd772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
extends ./layout

block content
    style
        include ./stylesheets/authentication.css
    form.form-horizontal(id='reset-form', method='POST')
        input(type='hidden', name='_csrf', value=_csrf)
        .overlay(id='overlay_reset')
            .inner.reset
                h3.auth_header Reset Password
                .form-group
                    .col-sm-7
                        input.form-control(type='password', name='password', id='password', placeholder='Password', required)
                .form-group
                    .col-sm-7
                        input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password', required)
                .form-group
                    .col-sm-offset-3.col-sm-7
                        button.btn.btn-success(type='submit')
                            i.fa.fa-user-plus
                            | Reset