rlidwka / sinopia-ldap

LDAP auth plugin for sinopia
18 stars 12 forks source link

Disallow empty password by default. #14

Open zerok opened 8 years ago

zerok commented 8 years ago

Closes #13.

This introduces a new config flag called "acceptEmptyPasswords" for the ldap section of the configuration which is set to false by default.

If set to true, the previous behaviour is restored. This is therefore a backwards-incompatible change.