Skip to content

Authentication provider throw empty password if password is null #36926

@Shine-neko

Description

@Shine-neko

Symfony version(s) affected: ~3.4 ... ~5.0

Description
I made a mistake in my form with the name of input password

How to reproduce

<form>
    <label for="username">Username</label>
    <input id="username" name="_username" type="type" />


    <label for="password">Password</label>
    <input id="password" name="password" type="password" />
</form>

Possible Solution
#36925

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions