Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Add a Password Option to set the number of unique chars #1097

@sebastienros

Description

@sebastienros

I think it's a pretty common idea that forcing different types of chars (numeric, special, upper, ...) is not more secure than the chars just being non-repetitive and use a long password. We can already set the minimum length for a password, but I would like to also set how many different chars it should be made of.

PasswordOptions.RequiredUniqueChars

Obviously it would have to be less than PasswordOptions.RequiredLength or equal.

c.f. https://twitter.com/codinghorror/status/829484158208471041

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions