User password blank on create
Created 7 years ago by kiltedupMorning, Testing a site thats going to get upgraded from 3.0 to 3.3 First issue I have is that when creating a user, the password is blank !!!! Password set as string and then using either repository or model : $users->create($data) or UserModel::create($data) Same result - null password. Was fine before - setPasswordAttribute did its thing. Anything else needed thats related to users and not in the upgrade blog posts? TIA Dave
kiltedup
—
7 years ago
Perhaps
composer dump-autoload
and clear caches? Can you check to make sure thesetPasswordAttribute
on theUserModel
is being fired?