How can I access "concrete/" directly in C5's hosting server?

Permalink
I need to change the login.php which should be below the "concrete" folder.
I see it in the downloaded package but I can't see it in C5's hosting server.

Could you tell me where it is?

Best,

 
Maynar replied on at Permalink Reply
Maynar
it's in concrete/concrete/single_pages/login.php
kenichi replied on at Permalink Reply
Thanks for you quick reply.

Actually, I am using server C5 is hosting.
They have set all environment for me, including C5 installation.
In this case, I can't find the file that I usually find in the directly you mentioned.
Maynar replied on at Permalink Reply
Maynar
I didn't knew they shutoff the normal concrete directory. Nice to know.

But you could download the installation package. Get the login.php file from there and load it into your own single_pages directory.

If you are altering functions in that page you should also copy the controller from that package to the controllers directory.
kenichi replied on at Permalink Reply
I can download the installation package, but I can't load it up because I don't know where the login.php is stored in the C5's hosting server...

Anyway, thanks for explanation about the controller
ScottC replied on at Permalink Reply
ScottC
it will overwrite whatever is in the core on the server.
andrew replied on at Permalink Reply
andrew
And if you need to change the way the code behind login works, you'd copy the login controller from concrete/controllers/login.php to controllers/login.php as well.
kenichi replied on at Permalink Reply
I could change the login page.
Thanks for your advise!!