silvershop-core
silvershop-core copied to clipboard
Password is reset when submit the AccountEditForm
It looks like this line 48 in silvershop-core/src/Forms/ShopAccountForm.php
' $member->Password = ''; //prevents password field from being populated with encrypted password data /'
needs to be commented out. Otherwise, it makes SS thinks the password is changed and reset the password to a random one.