bbalet / jorani

Leave and Overtime Management System
http://jorani.org/
GNU Affero General Public License v3.0
384 stars 272 forks source link

Max Password length conflicting with longer LDAP passwords #405

Open JohannesFleischer opened 9 months ago

JohannesFleischer commented 9 months ago

I am using openldap which does not limit passwords to a certain length.

Jorani on the other hand seems to limit passwords to 64 characters. That results in a conflict while trying to log in with a Password > 64 that has been set in LDAP.

Furthermore, there is no error message shown on screen, but there is just this error in the browser console: image

What is the version of Jorani?

1.0.2

Steps to reproduce the behavior