I have an asp.net web-from application which uses ASP.NET membership provider . Beside this I have yet another forum website in sub-domain. I would like when user register in my site , it automatically register in forum , too . By another word when user register in my site , it can use that credential for loging-in to forum as well .
So , when ever a user register in my site , I add a record in yaf_User table too . But the problem is although there is a password field at yaf_User , YAF Doesn't save password at that field . I don't know where does YAF saves passwords ?