Custom login / Authentication

Permalink
Hi
I'm using my own theme for the login page.
To achieve this I edited the /application/config/app.php file like so
<?php
return array(
    'theme_paths'         => array(
        '/login'            => 'custom_theme',
        '/register'            => 'custom_theme'
    ),
);

Which works fine to bring in the form all styled using my custom header, footer, css etc.
However the authentication if you don't fill out the fields correctly isn't working.
If you hit the login button entering the wrong details you are forwarded to "/login/authenticate/concrete" and the login fails but there is no error message.
NB. Attached file is what should happen.
Can anyone help me figure out what I need to do to get this working?
Many thanks.

1 Attachment

rosie607