FIX: Use new-password instead

This commit is contained in:
Robin Ward 2018-04-13 14:38:16 -04:00
parent fa2c474617
commit 9d0ff0dc68

View File

@ -79,7 +79,7 @@
<tr class="password-confirmation"> <tr class="password-confirmation">
<td><label for='new-account-password-confirmation'>{{i18n 'user.password_confirmation.title'}}</label></td> <td><label for='new-account-password-confirmation'>{{i18n 'user.password_confirmation.title'}}</label></td>
<td> <td>
{{input type="password" value=accountPasswordConfirm id="new-account-confirmation" autocomplete="false"}} {{input type="password" value=accountPasswordConfirm id="new-account-confirmation" autocomplete="new-password"}}
{{input value=accountChallenge id="new-account-challenge"}} {{input value=accountChallenge id="new-account-challenge"}}
</td> </td>
</tr> </tr>