Multilingual Login Page
Hi
I have a multilingual site with an extranet behind a login page.
The way I have set the extranet section up is.
1. When a user clicks the link to the extranet I send the user to the homepage of the extranet
2. If the user does not have permission sitefinity redirects the users to the login page declared in the web.config
<authentication mode="Forms"> <forms name=".ASPNET" loginUrl="~/trade-section/TradeLogin.aspx" protection="All" timeout="1440" path="/" /> </authentication>Hi martin,
Can you please let us know which url localization strategy you have chosen. If you are using directories you can try creating a folder with the name es in the root of the website and under it replicate the external login page.
Best wishes,
Radoslav Georgiev
the Telerik team