Hello to all, I'm trying to use
This Cnnector API to bridge users from VB to my custom CMS
I see verify_authentication could be used with or without md5 passwords, so I extended the api class by my own to login with md5-ed cookie passwords.
The problem is when an user has special characters in his username. It can't be logged. There's some filter to apply to username strings passed to verify_authentication?