[s`Backend authorization`]

[s`Set up how users will log into your Webasyst backend.`]

{if $is_waid_connected}
[s`When sign-in with Webasyst ID is enabled by default, the usual sign-in method is disabled, with all its configuration saved for later use. Backend users who are not yet connected to Webasyst ID will be able to get connected later on, or you may send them an email invitation. Newly added users will get connected to Webasyst ID right away.`]
{/if}
{* Auth type *}
[s`Passwords type`]
{$_auth_type = $auth_config.auth_type|default:waAuthConfig::AUTH_TYPE_USER_PASSWORD} {if empty($email_channels)} {$_auth_type = waAuthConfig::AUTH_TYPE_USER_PASSWORD} {/if}
    {foreach $auth_types as $_auth_type_id => $_auth_type_info} {$_name = $_auth_type_info.name} {$_is_checked = $_auth_type === $_auth_type_id}
  • {/foreach}
{* Timeouts *}
[`Re-sending of verification code`]
{* Auth methods *}
[`User notifications`]
    {* Email *}
  • {* SMS *}

[`Login form`]

{* Captcha in auth form *}
[s`Captcha`]
{$_variants = $login_captcha_variants}
    {foreach $_variants as $_value => $_info} {$_name = $_info.name} {$_is_checked = $auth_config.login_captcha === $_value}
  • {/foreach}

[s`A user must enter characters shown in an image`]
{sprintf('[s`Select Webasyst default captcha or Google reCAPTCHA`]', "{$wa_backend_url}webasyst/settings/captcha/")}

{* "Remember me" in auth *}

[s`“Remember me” option`]

{* Background image in authorization page *}
[`Login form background`]
    • {foreach $backgrounds as $_background} {$_background} {/foreach} {foreach $images as $_image} {$_image} {/foreach}
  • {* Upload new image and preview *}
  • {**}
    {if $settings.auth_form_background} {_renderCustomBackground custom_image=$custom_image} {/if}
{include file="./SettingsSaveBtn.inc.html" settings_page="auth" inline}
{include file="./SettingsOnetimePasswordAuthConfirmDialog.inc.html" inline}
{* Templates for js *} {* Template for confirm *}

[s`Delete background?`]

{* Template for custom image preview *} {* Template for custom image preview in list *}