volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Replace episerver login page

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

Right on the Money! Thank you as always.

#52367
Jul 20, 2011 9:04
error 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.