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

passbcrypt broken with MySQL backend #281

Open
Hellhium opened this issue Sep 14, 2022 · 1 comment
Open

passbcrypt broken with MySQL backend #281

Hellhium opened this issue Sep 14, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Hellhium
Copy link

Using a mysql backend passbcrypt VARCHAR(64) DEFAULT is not enough to contain a hexadecimal bcrypt password (120 chars long, I suggest using VARCHAR(128) instead)

@Fusion Fusion added the bug Something isn't working label Sep 18, 2022
@Fusion Fusion self-assigned this Sep 18, 2022
@Fusion
Copy link
Collaborator

Fusion commented Sep 18, 2022

OK you got me there. Trying to be nice to MySQL and not use text looks like I messed this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants