{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% block main %}
<section class="p-lower-mv">
<div class="inner">
<h2 class="p-lower-mv-title"><span>パスワードの再発行</span></h2>
<div class="under bread_wrap">
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a itemprop="item" href="{{ url('homepage') }}">
<span class="freight-neo-pro" itemprop="name">TOP</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a itemprop="item" href="{{ url('forgot') }}">
<span class="freight-neo-pro" itemprop="name">パスワードの再発行</span>
</a>
<meta itemprop="position" content="2" />
</li>
</ol>
</div>
<!-- /.bread_wrap -->
</div>
</section>
<section class="forgot">
<div class="inner">
<p class="forgot-message">
パスワード再発行メールの送信が<span class="ib">完了しました。</span><br>
ご登録メールアドレスにパスワードを再発行するためのメールを送信いたしました。<br>
メールの内容をご確認いただきますよう、<span class="ib">お願いいたします。</span><br>
※メールが届かない場合はメールアドレスをご確認の上、再度お試しください。
</p>
</div>
</section>
{% endblock %}