HomePhorge
Diffusion kolab 40535cb048f8

Use password command
40535cb048f8Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Use password command

Differential Revision: https://git.kolab.org/D2797

Details

Provenance
mollekopfAuthored on Aug 20 2021, 2:40 PM
mollekopfPushed on Nov 2 2021, 10:21 AM
Differential Revision
D2797: User password command to set a users password

Event Timeline

machniak added inline comments.
/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().

Commit No Longer Exists

This commit no longer exists in the repository.