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

Fix bug wrong error message for password too long error #725

Conversation

josecelano
Copy link
Member

Fix bug wrong error message for password too long error.

In the condiguration uyou can set the min and max password length but
those values are not include (not valid).

```toml
[auth.password_constraints]
max_password_length = 64
min_password_length = 6
```

This commit allows password with 6 and 64 chars.
@josecelano
Copy link
Member Author

ACK 8246f07

@josecelano josecelano merged commit 8555651 into torrust:develop Sep 6, 2024
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Incorrect Behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong error message for PasswordTooLong error
1 participant