Skip to content

9 characters or more #28

Description

@madshostrup

In the Readme is says passwords "must contain 8 characters or more". But password needs 9 or more to be "strong".

Line 50 should start with if (thisval.length > 7) instead of if (thisval.length > 8)

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