Try our conversational search powered by Generative AI!

Replace episerver login page

Vote:
 

By Default, when you browse a page you have no sufficient access to, the EPiServer login page will be displayed.

Is there a way to replace this episerver login page with our site's login page?

Thanks.

#52363
Jul 20, 2011 6:54
Vote:
 

Yes, you can update the path to your custom login page in web.config:

<authentication mode="Forms">
      <forms name=".EPiServerLogin" loginUrl="Util/login.aspx" timeout="120" />
    </authentication>

Frederik   

 

#52365
Jul 20, 2011 8:34
Vote:
 

Right on the Money! Thank you as always.

#52367
Jul 20, 2011 9:04
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.