Set Password
Posted: Thu Nov 02, 2023 11:39 am
Version 1.0.8.20
Set_Password is probably rarely if ever used so this isn’t too important.
There may be a small error in
/templates/default/includes/ext/modules/content/account/set_password.php
When submitting the set_password page, if there is an error the message it is not reported when the page is re-displayed.
Lines 22-24
if ($messageStack->size('account_password') > 0) {
echo $messageStack->output('account_password');
}
I think ‘account_password’ needs to be ‘customer_data’?
Relating to this -
a) is there a reason why set_password is subordinate to the ext folder instead of in the main stream as is change_password etc?
b) is there a reason why the set_password data control for display/process/update is semi hard coded instead of being accessed/controlled by the customer data cd_ modules?
Set_Password is probably rarely if ever used so this isn’t too important.
There may be a small error in
/templates/default/includes/ext/modules/content/account/set_password.php
When submitting the set_password page, if there is an error the message it is not reported when the page is re-displayed.
Lines 22-24
if ($messageStack->size('account_password') > 0) {
echo $messageStack->output('account_password');
}
I think ‘account_password’ needs to be ‘customer_data’?
Relating to this -
a) is there a reason why set_password is subordinate to the ext folder instead of in the main stream as is change_password etc?
b) is there a reason why the set_password data control for display/process/update is semi hard coded instead of being accessed/controlled by the customer data cd_ modules?