Open Perflyst opened 4 years ago
I'll take a look into it.
What version if the plugin are you running?
Right now latest commit on master, both the plugin and tt-rss
What version of PHP are you running?
7.4
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.
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.