Login redirect
GET parameters that send a user straight to a chosen section of the login page, in a chosen language.
A login redirect is a set of GET parameters on your login page URL. Link to it from your own website and a user lands on the section you chose, in the language you chose, instead of the default login form.
Page section
You can define the section which your users land by default with partition parameter:
user– user login page (used by default)demo– access a chosen demo accountregister_fast– quick registration formregister_full– full registration formpassword_remind– password reminder
Language
Use locale parameter to define which language will be used:
en_EN– Englishes_ES– Spanishru_RU– Russianetc.
If this parameter is omitted, the language which was set by default for your service will be used.
Examples
The next code will land user on login section with Spanish language:
The code below lands user on quick registration form with default language set by default:
Last updated
Was this helpful?