File: /var/www/html/wp-content/themes/ganryujima_new_1602/member/password-edit.php
<!-- Content Area -->
<p>パスワードの初期化を行います。<br>新しく設定するパスワードを入力して下さい。</p>
<form accept-charset="UTF-8" action="<?= get_the_permalink() ?>" class="reset-pass members-form" method="post">
<input type="hidden" name="state" value="commit">
<input type="hidden" name="user_id" value="<?= $user_id ?>">
<div style="margin:0;padding:0;display:inline">
<input name="utf8" type="hidden" value="✓">
</div>
<p class="inputs">
<label for="right-label" class="right inline">パスワード<span class="moji_red">*</span></label>
<input id="member_password" name="password" placeholder="password" size="30" type="パスワード" style="background-image: none;">
</p>
<p class="inputs">
<label for="right-label" class="right inline">パスワード(確認)<span class="moji_red">*</span></label>
<input id="member_password_confirmation" name="member[password_confirmation]" placeholder="パスワード(確認)" size="30" type="password">
</p>
<p class="alert" style="display: none;"></p>
<input class="btn btn-red" name="commit" type="submit" value="送信する">
</form>
<script src="<?= get_template_directory_uri() ?>/js/reset-password.js"></script>