Help in Changing layout template of login page

Archived from the Xataface Users forum.

muzafar — Mon Aug 27, 2012 9:39 am

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


shannah — Tue Aug 28, 2012 4:48 pm

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