hydrian / TTRSS-Auth-LDAP

GitHub repository for Tiny Tiny RSS's auth_ldap plugin
https://github.com/hydrian/TTRSS-Auth-LDAP/wiki
Other
28 stars 21 forks source link

Not working with "<" in password #38

Open Perflyst opened 4 years ago

Perflyst commented 4 years ago

The login with this plugin is not working if a password like "654321!abcDEF<" is used. The problematic part here is the "<" symbol. Without it or with ">" it is working fine.

hydrian commented 4 years ago

I'll take a look into it.

What version if the plugin are you running?

Perflyst commented 4 years ago

Right now latest commit on master, both the plugin and tt-rss

hydrian commented 4 years ago

What version of PHP are you running?

Perflyst commented 4 years ago

7.4

Perflyst commented 4 years ago

Just ran into this bug again because the password policy which should forbid "<" in the password was not working properly. I will fix the password policy, though it would be nice to get this bug fixed too. If any further information is required let me know. I can apply a patchfile too.