Page 1 of 1

Help in Changing layout template of login page

PostPosted: Mon Aug 27, 2012 9:39 am
by muzafar
Greetings,

I want to change the template of login page and want to use my own custom template only for login page. How can i change it? Kindly lead me.

your help will be greatly appreciated.

thanks

Re: Help in Changing layout template of login page

PostPosted: Tue Aug 28, 2012 4:48 pm
by shannah
Override the Dataface_Login_Prompt.html template.

Steps:

1. Create a templates directory for your application if it doesn't exist already.
2. Copy the xataface/Dataface/templates/Dataface_Login_Prompt.html file into your application's templates directory that you created in step 1.
3. Modify the new template as desired.

-Steve