Skip to content

The login API should not check the password strength #51

@AlirezaPourchali

Description

@AlirezaPourchali

on development environment if you set the admin_pass to something simple, the application starts without a problem but when you try to login you face the following:

{
    "errors": [
        "Field 'Password' failed validation: passwordStrength"
    ],
    "message": "Validation failed",
    "status": "error"
}

I don't think we should check the password strength on a login page, it should be checked when the password is being set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions