{** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) *}

{$ps_version}
{if isset($errors)}

{if isset($nbErrors) && $nbErrors > 1} {l s='There are %d errors.' sprintf=[$nbErrors] d='Admin.Notifications.Error'} {else} {l s='There is %d error.' sprintf=[$nbErrors] d='Admin.Notifications.Error'} {/if}

    {foreach from=$errors item="error"}
  1. {$error}
  2. {/foreach}
{/if}
{if isset($warningSslMessage)}
{$warningSslMessage}
{/if}
{$shop_name}
{if isset($reset_token) && isset($id_employee)}

{l s='Reset your password' d='Admin.Login.Feature'}

{l s='Your password has been successfully changed.'}

{l s='You will be redirected to the login page in a few seconds.' d='Admin.Login.Notification'}

{/if}

{l s='Forgot your password?' d='Admin.Global'}

{else}

{l s='For security reasons, you cannot connect to the back office until you have:' d='Admin.Login.Notification'}

    {if isset($wrong_install_name) && $wrong_install_name == true}
  • {l s='deleted the /install folder' d='Admin.Login.Notification'}
  • {/if} {if isset($wrong_folder_name) && $wrong_folder_name == true}
  • {l s='renamed the /admin folder (e.g. %s)' sprintf=[$randomNb] d='Admin.Login.Notification'}
  • {/if}

{l s='Please then access this page by the new URL (e.g. %s)' sprintf=[$adminUrl] d='Admin.Login.Notification'}

{/if}

{l s='Back to' d='Admin.Actions'} {$shop_name}

{hook h="displayAdminLogin"}