CIA-Homebrew / BJCP-Scoresheet

Digital form of BJCP scoresheet for beer judging.
GNU General Public License v3.0
8 stars 5 forks source link

Long passwords don't work #128

Closed prphntm63 closed 3 years ago

prphntm63 commented 3 years ago

Per James Gould, "the system doesn't like 30 character passwords"

PH-Lazurous commented 3 years ago

Odd ... the Seq DataTypes.STRING is 255 chars and the bcrypt limit is 71 so that shouldn't be an issue, although we should match that up for consistency regardless.

Definitely will have to bench that one to figure it out more.

prphntm63 commented 3 years ago

Yeah it should work, but I'm just reporting what I was told, lol.

prphntm63 commented 3 years ago

This is the password he tried to register with: TKUqzZmFzyPM0yd88qu3CEtzgn318j

prphntm63 commented 3 years ago

I can't reproduce this. Every password I've tried (up to 50 characters) has worked.