0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Wordpress6の新規ユーザーを追加ができない問題の対策方法

Posted at

概要

Wordpressの新規ユーザーを追加画面で必須項目を入力し、「新規ユーザーを追加」ボタンをクリックすると、パスワードが一致しません。両方のパスワード欄に同じパスワードを入力してください。とエラー文が表示され登録できない。

wordpress.png

対策

調査した結果、パスワードの項目の下にあるパスワードを再入力の項目がJSによって隠されていることを発見した。
よってこれを開発者ツールで消す(hide-if-js)

削除前

wordpress2.png

削除後

wordpress3.png

WPの表示

現れました。
これで登録することができました。
wordpress4.png

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?