2
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 5 years have passed since last update.

突然管理者ログインできなくなった

Posted at

いろいろページの登録でしくじったので、drupalを再インストールした。

DBも作成でき、drupalのインストールも問題なく終わったのに、
いざブラウザから管理画面へログインしようとするとうまくログインできず。。

エラーの内容が

There have been more than 5 failed login attempts for this account. It is temporarily blocked

とでてきてパスワードを新しく更新してもログインできなくなってしまった。

ぐぐったらでてきました。
https://www.drupal.org/forum/support/post-installation/2010-03-01/how-to-unblock-my-own-admin-account-after-5-failed-login

ブロックされていたようで。

mysql上で下記を実行

delete from flood

それから再度パスワードを再設定して、ログインしたらログインできました。

2
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
2
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?