{if $passwordReset}
{locale group="quiqqer/core" var="users.auth.passwordresetverification.success"}
{/if} {assign var="dataGlobalAuth" value=""} {if $globalAuth} {assign var="dataGlobalAuth" value='data-globalauth="1"'} {/if} {* SOCIAL LOGINS *}
{* social logins *} {foreach $authenticators as $k => $authenticator} {if $authenticator['class'] !== 'QUI\\Users\\Auth\\QUIQQER'}
{if $authenticator['instance']->getSecondaryAuthenticationButton()} {$authenticator['instance']->getSecondaryAuthenticationButton()->create()} {else} {/if}
{$authenticator['control']->create()}
{/if} {/foreach}
{foreach $authenticators as $k => $authenticator} {* MAIL LOGIN *} {if $authenticator['class'] === 'QUI\\Users\\Auth\\QUIQQER'} {if count($authenticators) >= 2 && $authStep !== 'secondary'}
{locale group="quiqqer/core" var="controls.users.auth.login.or"}
{/if}
{if $authenticator['instance']->getSecondaryAuthenticationButton()} {$authenticator['instance']->getSecondaryAuthenticationButton()->create()} {else} {/if}
{$authenticator['control']->create()}
{/if} {/foreach}