silvershop-core icon indicating copy to clipboard operation
silvershop-core copied to clipboard

Password is reset when submit the AccountEditForm

Open sparkcom opened this issue 5 years ago • 0 comments

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.

sparkcom avatar Dec 10 '19 01:12 sparkcom