|
19 | 19 | <div class="mb-2 d-flex flex-column gap-2">
|
20 | 20 | <label for="username">[[register:username]]</label>
|
21 | 21 | <div class="d-flex flex-column">
|
22 |
| - <input class="form-control" type="text" placeholder="[[register:username-placeholder]]" name="username" id="username" autocorrect="off" autocapitalize="off" autocomplete="off" /> |
| 22 | + <input class="form-control" type="text" placeholder="[[register:username-placeholder]]" name="username" id="username" autocorrect="off" autocapitalize="off" autocomplete="nickname" /> |
23 | 23 | <span class="register-feedback text-xs text-danger" id="username-notify"></span>
|
24 | 24 | <span class="form-text text-xs">[[register:help.username-restrictions, {minimumUsernameLength}, {maximumUsernameLength}]]</span>
|
25 | 25 | </div>
|
|
28 | 28 | <div class="mb-2 d-flex flex-column gap-2">
|
29 | 29 | <label for="password">[[register:password]]</label>
|
30 | 30 | <div class="d-flex flex-column">
|
31 |
| - <input class="form-control" type="password" placeholder="[[register:password-placeholder]]" name="password" id="password" /> |
| 31 | + <input class="form-control" type="password" placeholder="[[register:password-placeholder]]" name="password" id="password" autocomplete="new-password" autocapitalize="off" /> |
32 | 32 | <span class="register-feedback text-xs text-danger" id="password-notify"></span>
|
33 | 33 | <span class="form-text text-xs">[[register:help.minimum-password-length, {minimumPasswordLength}]]</span>
|
34 | 34 | <p id="caps-lock-warning" class="text-danger hidden">
|
|
40 | 40 | <div class="mb-2 d-flex flex-column gap-2">
|
41 | 41 | <label for="password-confirm">[[register:confirm-password]]</label>
|
42 | 42 | <div>
|
43 |
| - <input class="form-control" type="password" placeholder="[[register:confirm-password-placeholder]]" name="password-confirm" id="password-confirm" /> |
| 43 | + <input class="form-control" type="password" placeholder="[[register:confirm-password-placeholder]]" name="password-confirm" id="password-confirm" autocomplete="new-password" autocapitalize="off" /> |
44 | 44 | <span class="register-feedback text-xs text-danger" id="password-confirm-notify"></span>
|
45 | 45 | </div>
|
46 | 46 | </div>
|
|
0 commit comments