aboutsummaryrefslogtreecommitdiff
path: root/client/html/password_reset.hbs
blob: 5d567a1788ee80bdb4dcfe4327e472131e89e262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class='content-wrapper' id='password-reset'>
    <h1>Password reset</h1>
    <form autocomplete='off'>
        <div class='input'>
            <ul>
                <li>
                    <%= makeTextInput({text: 'User name or e-mail address', id: 'user-name', name: 'user-name', required: true}) %>
                </li>
            </ul>
        </div>
        <p><small>Proceeding will send an e-mail that contains a password reset
        link. Clicking it is going to generate a new password for your account.
        It is recommended to change that password to something else.</small></p>
        <div class='messages'></div>
        <div class='buttons'>
            <input type='submit' value='Proceed'/>
        </div>
    </form>
</div>

© 2015 - 2026 Jakob L. Kreuze