8000 Unable to login with default user when installed from scratch · Issue #31 · devaslanphp/project-management · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Unable to login with default user when installed from scratch #31
Closed< 814F /div>
@denistorresan

Description

@denistorresan

Hi,
I tested a fresh installation, and after migrate and db:seed I tryed to login using john.doe@helper.app / Passw@rd and seems not work (login invalid on form).

btw, I suggest to replace on Database\Seeders\DefaultUserSeeder.php the hashed password from:

            'password' => '$2a$12$h/.Jq3QGHYoJBLBo8hw1mOtJOmtU.BVJFbBWFC7XAVXmE5gOjdXV.', // Passw@rd

to:

            'password' => bcrypt('Passw@rd'),

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0