Skip to content

Feature | Implement password validator #24

@morenol

Description

@morenol

Right now we allow any password in user creation.

fn validate_password(_: &str) -> bool {

We must implement a more safer validation for the password.

We can use a regex or use a configuration to define the number of lowercase letters, uppercase letters, numbers and punctuation symbols that the password must have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA new feature implementationgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions