mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[GH-ISSUE #59] Login Page Should Not Flag Password as Bad when less than 8 characters #26
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IamTHEvilONE on GitHub (Oct 19, 2021).
Original GitHub issue: https://github.com/lldap/lldap/issues/59
Date = Tue 19 Oct 2021 02:07:48 PM UTC
nitnelave/lldap latest 2058071a9e8b 6 hours ago 27.4MB
When logging in, the page should not give a hint as to the minimum password size:
As soon as there is 8 characters in the password field, the warning is removed.
7 Characters:

8 characters

@nitnelave commented on GitHub (Oct 19, 2021):
That's just a helpful hint for users typing in their password, since it's the minimum requirement. Getting the minimum requirement from the code is easy, so it doesn't really help an attacker to know that the minimum password length is 8 from the UI :)