ホーム > タグ > CMS

CMS

はてなブックマーク

風邪が治りかけで、咳が止まらないたけしです。咳以外は結構元気なんですけど。

自分のサイトですが、RSS配信の実装を忘れていたので、今日実装しました。ちなみに、右横の"Weblog"と"Bookmarks"はそれぞれ実際のブログとはてなブックマークのフィードをMODxのスニペットで取りに行っています。通常キャッシュされているのですが、キャッシュ期限が切れた頃アクセスすると、ページ全体の表示がちょっと遅くなります。主にはてブのレスポンスが悪いことが原因。

  generated by feedpath Rabbit

MODxでログインをブロックされた時

しばらくMODxをいじる暇がなかったのですが、アップデートが出ていたこともあり、久々にいじってみようと思ったのです。ところが…

マネージャーへのログインで、名前とパスワードを何にしたかすっかり忘れて、試しているうちにブロックされてしまいました(大汗)

以下、ブロック解除の方法をメモ。

If you miss type your password more than 4 times you get blocked and have to wait several minutes before the system will let you try again. This can be really annoying if you just have clumsy fingers.

1. Go to your database and find the table titled “modx_user_attributes”

2. Find the admin user and edit the following two items:

  1. Set “blockeduntil” to zero (0).

  2. Set failedlogincount to zero (0).

# Refresh the login page and type your password properly this time.

Web by Booth ? How to get into MODx when your blocked or lost your password.

phpMyAdminのおかげでわりと簡単に解除に成功しました。引用した記事にはMODxのパスワードを忘れた場合の処置も書いてあります。

  generated by feedpath

Home > Tags > CMS

Search
Feeds
Meta

Return to page top