Use password command
Differential Revision: https://git.kolab.org/D2797
mollekopf | Authored on Aug 20 2021, 2:40 PM |
mollekopf | Pushed on Nov 2 2021, 10:21 AM |
/src/app/Console/Commands/User/PasswordCommand.php | ||
---|---|---|
39 | This is Laravel's mutator magic. You should just assign the password to $user->password and not use setPasswordAttribute(). |