CanastaWiki / Canasta-CLI

The Canasta command line interface, written in Go
MIT License
5 stars 14 forks source link

Off by one error: Mininum password length says it needs 10 chars but actually wants 11 #79

Closed hexmode closed 1 year ago

hexmode commented 1 year ago

As per subject: the password “pass123456” fails but “pass1234567” works.