Skip to content

Forgot Password #6

Open
Open
@nikimol

Description

@nikimol

I was getting an invalid email format when posting the forgot password form. Solution: The name="email" attribute is missing from the form input in app/Views/auth/auth/forgot.php

I then got a file not found error in the reset password email method. Solution: Replace the paths in app/Helpers/auth_helper.php

Replace: view('Views\emails[file]')
With: view('auth/emails/[file]')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions