Skip to content

I4: Password reset email not implemented (TODO) #35

@careck

Description

@careck

Problem

Password reset tokens are generated and stored but never delivered to the user. The admin.php reset-password CLI command exists as a workaround, but the self-service reset flow is non-functional.

File: src/Handler/Auth/ResetPasswordHandler.php:35-36

$token = $this->resets->create($account['account_id'], ...);
// TODO: Send email with reset link containing $token

Fix

Implement email sending (e.g., via SMTP or a transactional email service), or remove the endpoint and document that password resets are admin-only.

Severity

Info — Known incomplete feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlowLow severity - minor

    Type

    No type
    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