[s`Backend authorization`]

{if $is_waid_connected && $is_backend_auth_forced}

[`Sign-in to your Webasyst backend is secured with a unified mobile-ready Webasyst ID authentication.`]

{else} {if $is_waid_connected}

[`Sign-in to your Webasyst backend is available with Webasyst ID or as configured below.`]

{/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 *}
[s`URL`]
{$wa->domainUrl()|escape}{$wa_backend_url|escape}
{* 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`Enable in case of brute force attack attempts; e.g., using bots.`] {sprintf('[s`Configure captcha`]', "{$wa_backend_url}webasyst/settings/captcha/")}

{* "Remember me" in auth *}
{* 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} {/if}
{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 *}