Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 492 Bytes

2022-09-27-improve-password-error-handling-for-customer.md

File metadata and controls

8 lines (8 loc) · 492 Bytes
title issue
Improve password error handling for customer
NEXT-23044

Administration

  • Added computed validPasswordField in src/module/sw-customer/page/sw-customer-create/index to check the length of password.
  • Added getDefaultRegistrationConfig method in src/module/sw-customer/page/sw-customer-create/index to load registration config.
  • Changed onSave in src/module/sw-customer/page/sw-customer-create/index to check password validation when saving customer data.