For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

This is the one thing in this section that is not an API call. Nothing is requested and nothing is returned: you build a URL, and the Navixy platform reads it when the user arrives.

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 account

  • register_fast – quick registration form

  • register_full – full registration form

  • password_remind – password reminder

Language

Use locale parameter to define which language will be used:

  • en_EN– English

  • es_ES – Spanish

  • ru_RU – Russian

  • etc.

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?