Customize login page

Permalink 1 user found helpful
hi folk.. nice to see you all.

can we customize login page?

when we type 'http://mysite5.com/login/' there is a form login(admin login).

i want to make it just a link, not a form login.

there is two link

1. internal linkhttp://mysite5.com/internal)/.
2. admin login(http://mysite5.com/login/).

how can i make it. the struktur link is just like this :

1. http://mysite5.com/choice/
    1.1 http://mysite5.com/internal/
    1.2 http://mysite5.com/login/


thanks all, i hope i get a hint to accompolish this.

fastcrash
 
fastcrash replied on at Permalink Reply
fastcrash
hello.. somebody please give me a hint.

just want to make another page before login page ?
SVijay replied on at Permalink Best Answer Reply
SVijay
Hi,

Create a new page for internal and add the login block in that page
you can download the login add-on from the given link, its a free add-on

http://www.concrete5.org/marketplace/addons/login_block/...

or

copy the root/concrete/single_pages/login.php and root/concrete/controllers/login.php
rename the file and class name as what you want for instance my_login.php

Place it in
single_pages/my_login.php and
controllers/my_login.php

alter the files as you want
and at the back end add the my_login.php in pages and themes --> single pages at the end of the page

Good luck !!!
fastcrash replied on at Permalink Reply
fastcrash
thanks a lot OpenJuiceVijay!
SVijay replied on at Permalink Reply
SVijay
Hi fastcrash,

Did you duplicate the login.php or used login add-on?
michaelbard replied on at Permalink Reply
Hi,

This might be the info I am seeking but I'm not sure as it seems a bit complicated.

I am trying to customize the system login page, so that if a user tries to go to a page which requires them to be logged in, the page has some instructions that say "in order to view this page, you must be a member. Click here (link) to become a member."

The link takes the user to a page which allows them to purchase a membership and log in. (we are using the Lerteco Membership Commerce add-on which is awesome).