Skip to content

resetPassword silently no-ops when users_secure row is missing #4

Description

@kojiromike

UserManager::resetPassword (src/Service/UserManager.php:58-66) issues an UPDATE against users_secure only. If a users row exists with no matching users_secure row — common on hand-restored or partial dumps, which is exactly the situation that motivates this CLI — the UPDATE affects zero rows and the command reports success.

The operator gets no signal that the password was not actually set, and login will continue to fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions