Login into system

hi…

I have an exsisting database of user… the method of login on that program is the crypt() function…

As you know for that situation I store a key for crypt function then I crypt($password,$key) & check that with the crypted password which will be stored on the database…

I checked documents of wildfire & find that there`s no way to do that as the document says… so I ask you here to show me a way to do this…

thanks…

Amiri

Hi Amiri,

you could write your own authentication provider to access your database if the existing ones do not work for you.

LG

how can I do that ?!:slight_smile: could you please help me ?!:slight_smile:

thanks…

Amiri