Hi there,
I am currently trying to create a simple ASP.NET page to login using the same database the YAF is using.
I tried to hash my password with md5, and compared to my password as stored in YAF database, however the values are different.
if my login using the YAF database is successful, i will then move on to create a cookie for auto login in the forum itself.
Can anyone guide me on how does YAF encrypt / Hash the password when i first register?
should i use the yaf membership table or yaf user table?
Thanks alot.