{* 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)}

[`Login and signup settings`]

{if $auth_endpoints} {* Auth enabled checkbox *}
[`Subsections of the personal account (“My orders”, “My requests”, “My subscriptions”, “My profile”) are determined by the connected applications.`] [`View instructions`]
{sprintf('[`User signup, authorization and personal accounts are not enabled on %s.`]', $domain)}
{* Warning about the minimum type of auth *}

[`Both sign-in options “Email” & “Phone” cannot be disabled`]

[`Keep at least one of these two basic options 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') ], "required_field" => _w("Required field"), "required_all_fields" => _w("Please fill required fields") ]} {else}

[`To enable authorization on this site, add at least one section of an app that supports authorization forms.`]

{/if}