mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 12:33:27 +02:00
fix: password2 variable refactor to correct name (#237)
This commit is contained in:

committed by
GitHub

parent
3b9feaf3bd
commit
26a80e0741
@@ -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>
|
||||
|
Reference in New Issue
Block a user