New hooks for account/change-password

HOOK_ACCOUNT_CHANGE_PASSWORD_AFTER_OLD_PASSWORD + HOOK_ACCOUNT_CHANGE_PASSWORD_AFTER_NEW_PASSWORD
This commit is contained in:
slawkens
2025-10-16 21:22:49 +02:00
parent 7f60b3d31d
commit 470555f268
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ Please enter your current password and a new password. For your security, please
<input form="form" type="password" name="oldpassword" size="30" maxlength="29">
</td>
</tr>
{{ hook('HOOK_ACCOUNT_CHANGE_PASSWORD_AFTER_OLD_PASSWORD') }}
<tr>
<td class="LabelV">
<span>New Password:</span>
@@ -20,6 +23,9 @@ Please enter your current password and a new password. For your security, please
<input form="form" type="password" name="newpassword" size="30" maxlength="29">
</td>
</tr>
{{ hook('HOOK_ACCOUNT_CHANGE_PASSWORD_AFTER_NEW_PASSWORD') }}
<tr>
<td class="LabelV">
<span>New Password Again:</span>