![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/lagom22/includes/ |
{if file_exists("templates/$template/includes/overwrites/linkedaccounts.tpl")}
{include file="{$template}/includes/overwrites/linkedaccounts.tpl"}
{else}
{if ($linkableProviders || $hasLinkedProvidersEnabled) && $linkContext == 'linktable'}
<table id="tableLinkedAccounts" class="table display w-100 data-driven m-b-0" data-ajax-url="{$linkedAccountsUrl}" data-on-draw-rebind-confirmation-modal="true" data-lang-empty-table="{lang key='remoteAuthn.noLinkedAccounts'}">
<thead>
<tr class="text-center">
<th>{lang key='remoteAuthn.provider'}<span class="sorting-arrows"></span></th>
<th>{lang key='remoteAuthn.name'}<span class="sorting-arrows"></span></th>
<th>{lang key='remoteAuthn.emailAddress'}<span class="sorting-arrows"></span></th>
<th>{lang key='remoteAuthn.actions'}<span class="sorting-arrows"></span></th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4" class="text-center">{lang key='remoteAuthn.noLinkedAccounts'}</td>
</tr>
</tbody>
</table>
{elseif $linkableProviders}
<div id="providerLinkingMessages" class="hidden">
<p class="providerLinkingMsg-preLink-init_failed">
<span class="provider-name"></span> {lang key='remoteAuthn.unavailable'}
</p>
<p class="providerLinkingMsg-preLink-connect_error">
<strong>{lang key='remoteAuthn.error'}</strong> {lang key='remoteAuthn.connectError'}
</p>
<p class="providerLinkingMsg-preLink-complete_sign_in">
{lang key='remoteAuthn.completeSignIn'}
</p>
<p class="providerLinkingMsg-preLink-2fa_needed">
{lang key='remoteAuthn.redirecting'}
</p>
<p class="providerLinkingMsg-preLink-linking_complete">
<strong>{lang key='remoteAuthn.success'}</strong> {lang key='remoteAuthn.accountNowLinked'}
</p>
<p class="providerLinkingMsg-preLink-login_to_link-signin-required">
<strong>{lang key='remoteAuthn.linkInitiated'}</strong> {lang key='remoteAuthn.oneTimeAuthRequired'}
</p>
<p class="providerLinkingMsg-preLink-login_to_link-registration-required">
<strong>{lang key='remoteAuthn.linkInitiated'}</strong> {lang key='remoteAuthn.completeRegistrationForm'}
</p>
<p class="providerLinkingMsg-preLink-checkout-new">
<strong>{lang key='remoteAuthn.linkInitiated'}</strong> {lang key='remoteAuthn.completeNewAccountForm'}
</p>
<p class="providerLinkingMsg-preLink-other_user_exists">
<strong>{lang key='remoteAuthn.error'}</strong> {lang key='remoteAuthn.linkedToAnotherClient'}
</p>
<p class="providerLinkingMsg-preLink-already_linked">
<strong>{lang key='remoteAuthn.error'}</strong> {lang key='remoteAuthn.alreadyLinkedToYou'}
</p>
<p class="providerLinkingMsg-preLink-default">
<strong>{lang key='remoteAuthn.error'}</strong> {lang key='remoteAuthn.connectError'}
</p>
</div>
{if $linkContext == 'registration'}
<div class="text-center m-b-2x">
<span>{$rslang->trans('social.social_network_singnup')}</span>
</div>
{elseif $linkContext == 'checkout-existing'}
<div class="sub-heading-borderless">
<span>{lang key='remoteAuthn.titleOr'}</span>
</div>
<p class="small text-center text-muted">{lang key='remoteAuthn.saveTimeByLinking'}</p>
{elseif $linkContext == 'checkout-new'}
<div class="sub-heading">
<span>{lang key='remoteAuthn.titleSignUpVerb'}</span>
</div>
<p class="small text-center text-muted">{lang key='remoteAuthn.saveTimeByLinking'}</p>
{elseif $linkContext == 'clientsecurity'}
<p class="">{lang key='remoteAuthn.mayHaveMultipleLinks'}</p>
{/if}
<div class="providerPreLinking" data-link-context="{$linkContext}" data-hide-on-prelink={if in_array($linkContext, ['clientsecurity','login'])}0{else}1{/if} data-disable-on-prelink=0>
<div class="social-signin-btns{if $linkContext == 'clientsecurity'} m-b-3x{/if}">
{foreach $linkableProviders as $provider }
{if in_array($linkContext, ['checkout-existing'])}
{$provider.login_button}
{else}
{$provider.code}
{/if}
{/foreach}
</div>
</div>
{if !isset($customFeedback) || !$customFeedback}
<div class="providerLinkingFeedback"></div>
{/if}
{/if}
{/if}