typemill / typemill

Typemill is a lightweight, flat-file CMS designed for simple, fast, and flexible website and eBook creation using Markdown.
https://typemill.net
MIT License
424 stars 60 forks source link

Make password constraints consistent. #431

Closed barryhughes closed 4 months ago

barryhughes commented 4 months ago

To avoid confusion, we should probably use the same min and max character lengths for passwords during sign-up and sign-in.

In this case, it felt like the sign-in rules should be made consistent with the sign-up rules (they allow for passwords up to 40 chars in length, which is a little nicer).

Closes https://github.com/typemill/typemill/issues/430

trendschau commented 4 months ago

great find, thank you!