Skip to content

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

Merged
josecelano merged 2 commits intotorrust:developfrom
josecelano:724-wrong-error-message-for-passwordtoolong-error
Sep 6, 2024
Merged

Fix bug wrong error message for password too long error#725
josecelano merged 2 commits intotorrust:developfrom
josecelano:724-wrong-error-message-for-passwordtoolong-error

Conversation

@josecelano
Copy link
Copy Markdown
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
Copy Markdown
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