What this solution does
The module enables user authentication via email address or login within the standard authentication component. Configuration is performed in the Bitrix administration panel on the module settings page. Each configuration field consists of two keys separated by a colon: EmailInputName and PasswordInputName. An example format is USER_LOGIN:USER_PASSWORD. The EmailInputName parameter specifies the input field name for the email or login, while PasswordInputName specifies the input field name for the password.
The module operates by processing POST requests. It searches for a user using the value from the field defined in EmailInputName and uses the value from the field defined in PasswordInputName as the password. Once these values are retrieved, the standard authentication mechanism built into the Bitrix platform is triggered. Note that the module processes only the first matching occurrence.
By default, EmailInputName corresponds to data from USER_LOGIN, and PasswordInputName corresponds to data from USER_PASSWORD.
If “Authorization via EMAIL” is required, General iT can help with installation, configuration and a technical check after integration.