{$__->setDefaultDomain('users')} {extends file="includes/frontend/base.html"} {$title = 'login.frontend.title'|_} {block name="container"}
{block name="messages"} {include "includes/frontend/messages/all.html"} {/block}
{if $_config->get('OAuth.local.enabled')}
{/if}
{* Show sign in button for enabled OAuth authenticators *} {foreach $enabledOAuthAuthenticators as $authenticator => $authenticatorName} {'sign_in_with'|_:oauth:['provider' => $authenticatorName]} {/foreach}
{/block}