Skip to main content

Author Topic: Login page

t
  • *
  • Newbie
  • Posts: 4
Login page
OP: October 14, 2015, 05:35:55 PM
Hello,
Is it possible to change the default login page (form) to another page in template?

http://www.domain.com/?login - how can I redirect login form to a diffrent page in template?
  • IP logged
« Last Edit: October 14, 2015, 05:46:08 PM by tkotowicz »

  • *****
  • Administrator
  • Full Member
  • Posts: 229
    • XT CMS
Re: Login page
#1: October 14, 2015, 08:16:32 PM
You can add a login form to any category page by putting the special tag {login_form} in the content area. Also you can manually create a login form if you need to, just copy and edit the html code that is generated for the login form and put it anywhere in a page template or in content area.

If you go to Admin -> Settings -> Users you can also set a Login Redirect URL so when someone logins in they will go to that url. By default successful login brings the user to their account page.
  • IP logged