Skip to content

Conversation

FlorianSW
Copy link

A colon is a valid character in the password, however currently the
chars including and after the colon are stripped of the password which
leads in false-positives (user can't login even if the password is
correct). This commit fixes that.

Fixes #20

A colon is a valid character in the password, however currently the
chars including and after the colon are stripped of the password which
leads in false-positives (user can't login even if the password is
correct). This commit fixes that.

Fixes jaredhanson#20
@warlin16
Copy link

Can we please merge this in? This fixes a critical issue for an application I'm working on.

@gkTim
Copy link

gkTim commented Apr 9, 2020

Please merge this PR we need this fix asap

@TheDen
Copy link

TheDen commented May 24, 2024

Any reason why this hasn't been merged? IMO it's also a sec issue since it lowers entropy of passwords. Users can base64 encode to get around this I suppose, but it's not ideal

@BradLewis
Copy link

BradLewis commented May 24, 2024

I think this project might just be dead given this PR has been up for 7 years, and the original issue (#20) + PR (#21) have been up for over 10 years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BASIC strategy does not support passwords that contain colons

5 participants