My forum currently uses v1.9.1 and I've integrated the security into my own website. I'm working on a huge redesign of the website and want to roll it out with v1.9.3+ but I'm having troubles following the logic when users login.
Exactly which page or method is called when the user clicks "Forum Login"?
Where is the cookie layed down?
I want to recreate the login page so it looks like part of the site, not just part of the forum. In 1.9.1 I just used the user_login method, populated a bunch of session variables, and set the cookie with ForumsAuthentication.
I've searched through the entire source of the current alpha and just can't find what I am looking for.