PDA

View Full Version : Foregin authentication


tassoman
12-13-2006, 11:35 AM
Hello to all, I'm trying to use This Cnnector API (https://vborg.vbsupport.ru/showthread.php?t=114338&highlight=connector+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?