Topic: Styling/modifying the login form - best method

Hi all,

I'm looking into styling/modifying the login form, as part of a desire on my part to create a new theme that fits my design preferences a bit more, and I could use some help.

Can you provide some advice on how the login form is generated and what I can modify to change its output? I've tried looking through the .inc files to no immediate avail, but I can't sort the method that FA uses to generate its pages. I know that the 'renderer.php' in the theme folder has something to do with it-  would I find the login form there?

Thanks for your assistance.

Re: Styling/modifying the login form - best method

You will find login screen layout in access/login.php file.
Janusz

Re: Styling/modifying the login form - best method

We may need a hook after all the login fields and before the submit button. This way we can include the Securimage CAPTCHA as an extension.