fix: password2 variable refactor to correct name (#237)

This commit is contained in:
Kamil Grzechulski
2023-10-06 07:52:21 +02:00
committed by GitHub
parent 3b9feaf3bd
commit 26a80e0741
7 changed files with 29 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ Please enter your current password and a new password. For your security, please
<span>New Password Again:</span>
</td>
<td>
<input type="password" name="newpassword2" size="30" maxlength="29">
<input type="password" name="newpassword_confirm" size="30" maxlength="29">
</td>
</tr>
<tr>
@@ -75,4 +75,4 @@ Please enter your current password and a new password. For your security, please
</table>
</td>
</tr>
</table>
</table>