Startup Page and User Authentication

How to set Startup Page in Litium Website plz explain it also how to create a login Page and User Authentication in litium website_

The start page is always the first page below the website and you can’t change that.

If you follow the Developer introduction (litium.com) you will have your own installation up and running of the Mvc Accelerator. This installation will include a login page, and more, and you will have full access to the source code so you can investigate how the login is built.

When it come to the React Accelerator the login page it’s not included yet and will be in a later version.

so the thing is i have to work on a code of some other developer and i want to find where is the login code exist in litium website application(CMS).

just want to know that in standard Accelerator MVC (CMS) where the Login Page exist in the Code

The code for the login page exists in the LoginController as standard, if you working in a project it may be that this page is named to something, it’s up to the project to decide the name. And where in the page structure the login page is placed is as well different between different projects so that something you need to look into the installation.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.