{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'}
{$authenticator['control']->create()}
{/if} {/foreach}
{* MAIL LOGIN *}
{foreach $authenticators as $k => $authenticator} {if $authenticator['class'] === 'QUI\\Users\\Auth\\QUIQQER'} {if count($authenticators) >= 2} {/if}
{$authenticator['control']->create()}
{/if} {/foreach}