I have YAF installed in a sub-directory of my website. On the home page of the site, I have username and password fields and would like to allow users to login from there. I am using the YAF membership as the only membership to the site. If I redirect to the YAF login page, users can login and then browse the rest of the site logged in.
My question is, how do I log users in from the home page using my custom fields but using the YAF membership? Is there an API call I can make when the users click the 'Login' button?
Thanks.