Skip to content

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
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