{* Case when not found bound backend user while backend auth force auth flow process *} ERROR
{$_webasyst_contact_info = $_auth_result.details.webasyst_contact_info|default:[]} {$_email = ''} {if $_webasyst_contact_info.email|default:[]} {$_email = $_webasyst_contact_info.email[0].value|escape} {/if}

{sprintf(_ws('You cannot sign in because Webasyst ID %s is connected to the backend at %s.'), $_email, $domain|escape)}

{sprintf(_ws('Or sign into your backend in the usual way and connect it to your Webasyst ID.'), $forced_login_url)}