mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-21 04:53:28 +02:00
account/change-password refactor a bit
Add "The old password is same as the new password!" Better post variables names
This commit is contained in:
@@ -9,7 +9,7 @@ Please enter your current password and a new password. For your security, please
|
||||
<span>Current Password:</span>
|
||||
</td>
|
||||
<td>
|
||||
<input form="form" type="password" name="oldpassword" size="30" maxlength="29">
|
||||
<input form="form" type="password" id="old_password" name="old_password" size="30" maxlength="29">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -20,7 +20,7 @@ Please enter your current password and a new password. For your security, please
|
||||
<span>New Password:</span>
|
||||
</td>
|
||||
<td style="width:90%;">
|
||||
<input form="form" type="password" name="newpassword" size="30" maxlength="29">
|
||||
<input form="form" type="password" id="new_password" name="new_password" size="30" maxlength="29">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -31,7 +31,7 @@ Please enter your current password and a new password. For your security, please
|
||||
<span>New Password Again:</span>
|
||||
</td>
|
||||
<td>
|
||||
<input form="form" type="password" name="newpassword_confirm" size="30" maxlength="29">
|
||||
<input form="form" type="password" id="new_password_confirm" name="new_password_confirm" size="30" maxlength="29">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user