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.
AI OnAI Off
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.
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
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.