title | issue |
---|---|
Improve password error handling for customer |
NEXT-23044 |
- Added computed
validPasswordField
insrc/module/sw-customer/page/sw-customer-create/index
to check the length ofpassword
. - Added
getDefaultRegistrationConfig
method insrc/module/sw-customer/page/sw-customer-create/index
to load registration config. - Changed
onSave
insrc/module/sw-customer/page/sw-customer-create/index
to check password validation when saving customer data.