HEX
Server: Apache
System: Linux 4485441ca2e2 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 11:03:07 UTC 2025 aarch64
User: (1000)
PHP: 8.2.24
Disabled: NONE
Upload Files
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>