Login page theme

Permalink
Where is this controlled?

I want to change the layout and the background image


Thanks

 
mnakalay replied on at Permalink Reply
mnakalay
if memory serves you need to add a file login.php to your theme and that will override the default one and you can do what you want with it.
tonyswaby replied on at Permalink Reply
Thanks:)
tonyswaby replied on at Permalink Reply
Are there any files like the login.php that are commented so I can see where the page components are being fed from. For example the default page populates the button with the word "login" but that's not on the page anywhere.


Thanks
mnakalay replied on at Permalink Reply
mnakalay
the login page is one thing, the login forms are a different thing.

You need to look inside concrete\authentication. You will see several folders. The one for normal login is "concrete". The file for the login form is form.php. If you want to override this just copy the file form.php and put it in the folder application\authentication\concrete
tonyswaby replied on at Permalink Reply
the problem seems to be that I want the front end to allow people to register. But the admin to not allow it.

C5 doesn't allow for two different settings as far as I can see.

So I need to disable the register functions on the admin login page in the code, but the code isn't commented so I don't know how it builds.

Any help would be appreciated.

Tony
mnakalay replied on at Permalink Reply
mnakalay
I am not sure I understand what you want to achieve. can you explain more, maybe with an example or 2?