{* All callable template functions are in this include template. *} {include file="./PersonalSettingsHelpers.inc.html" inline} {$wrapper_class = 's-personal-settings-wrapper'} {$wrapper_id = uniqid($wrapper_class)}

{sprintf('[`Login and signup settings for %s`]', $domain|escape)}

{if $auth_endpoints} {* Auth enabled checkbox *}
[`User personal area`]

{* FIXED Buttons *}
{* Warning about the minimum type of auth *}

[`Cannot disable both authorization options “Email” & “Phone”`]

[`Keep at least one of these two basic authorization option enabled for website visitors to be able to log into their accounts.`]

[`Authorization with an email address is used by default.`]

{$_locale = [ 'enabled' => _w('Enabled'), 'disabled' => _w('Disabled'), 'login_names' => [ 'email' => _w('Email'), 'phone' => _w('Phone'), 'email_or_phone' => _w('Email or phone') ] ]} {else}

[`To enable authorization on this website, install and settle at least one app that supports authorization forms.`]

{/if}