Login page re-routing ..

Posted by Community Admin on 03-Aug-2018 22:50

Login page re-routing ..

All Replies

Posted by Community Admin on 17-Feb-2011 00:00

Hi,

          Is there anyway in SF 4.0 to re-route the login page. For example after a user logs in I want my own custom web page to appear not the SiteFinity pages. Is there anyway to achieve this ?

Thanks in advance ..

jon

Posted by Community Admin on 17-Feb-2011 00:00

Hello Jon,

You can manage the backend pages from "Administration''  >> ''Backend Pages''.  From this section you can create your own pages and remove or hide the built-in backend pages.

Regards,
Ivan Dimitrov
the Telerik team

Posted by Community Admin on 18-Feb-2011 00:00

What if the page is just a regular aspx page, PageX.aspx, in the website directory but not a Sitefinity backend page?  Can the standard FormsAuthentication login redirects be configured so that if a non-authenticated user requests PageX.aspx, the user will be redirected to the login page?

Or, does PageX.aspx HAVE to be a Sitefinity backend page in order for this scenario to work?

Thanks,
Valerie

Posted by Community Admin on 18-Feb-2011 00:00

Hello Valerie,

If it is matter of redirect only you can just check in Page_Load of PageX if the request is authenticated or not and redirect to a page you want. Since this is a physical file, FormsAuthentication - loginUrl should work on this level.

Greetings,
Ivan Dimitrov
the Telerik team

This thread is closed