Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature | Implement password validator #24

Open
morenol opened this issue Mar 15, 2021 · 0 comments
Open

Feature | Implement password validator #24

morenol opened this issue Mar 15, 2021 · 0 comments
Labels
feature A new feature implementation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@morenol
Copy link
Collaborator

morenol commented Mar 15, 2021

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.

@morenol morenol added feature A new feature implementation good first issue Good for newcomers help wanted Extra attention is needed labels Mar 15, 2021
@morenol morenol added this to the v1.0 milestone Mar 15, 2021
@morenol morenol removed this from the v1.0 milestone Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature implementation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant