Rating: 5 stars
After a recent update, images for image authentication are often not displayed. Do you know what’s causing it? thank you.
]]>Rating: 3 stars
.
]]>Rating: 5 stars
誰でもユーザーを登録できるサイトを作っているのですが、ログイン保護機能を利用しています。スパムアカウントが減りました。
]]>Rating: 5 stars
管理ページアクセス制限を有効にすると、サイトヘルスで「サイトでループバックリクエストが完了できませんでした」という文字が出るが、この問題、site-health.phpを除外設定にしてもなお出続ける。
制限をOFFにすると、出なくなる。
バージョン「1.5.1」でのアップデートで、この問題は解決したようです。ありがとうございました。
Rating: 2 stars
Nothing work in multi-site mode.
]]>Rating: 5 stars
All the features I require with easy to follow instructions of how to correctly set-up.
]]>Rating: 5 stars
Very effective tool with simple and flexible interface.
]]>Rating: 3 stars
ワードプレスのデフォルトの仕様だと思いますが、/wp-admin/にアクセスするとプラグインで変更したログイン画面のurlヘリダイレクトされてしまいますのでこちらの改善もお願いいたします。
例)
example.co.jp/wp-admin
↓ リダイレクト
example.co.jp/プラグインで設定したログイン画面のURL文字列
個人的には下記のコードで対処しています。
add_action('init', 'remove_default_redirect');
add_filter('auth_redirect_scheme', 'stop_redirect', 9999);
function stop_redirect($scheme)
{
if ( $user_id = wp_validate_auth_cookie( '', $scheme) ) {
return $scheme;
}
global $wp_query;
$wp_query->set_404();
get_template_part( 404 );
exit();
}
よろしくお願いいたします。
Rating: 5 stars
Like the simplicity and efficiency of the plugin. One thing I would really like to change is CAPTCHA. C’mon guys, haven’t you seen Google’s reCAPTCHA? It’s way much better, imo.
]]>Rating: 5 stars
ログインページの変更するなどの機能の他、不正にログインしようとしてきた履歴を見れるなど、一通りのセキュリティを提供してくれる良いプラグインです。
]]>Rating: 5 stars
初心者でもログインするページのURLが簡単に変更できて、助かります^_^
]]>Rating: 5 stars
徳丸さんのエントリで知りました
https://blog.tokumaru.org/2015/12/wordpress-security.html
簡単にログインページのURLが変更出来るのが良いです
]]>Rating: 2 stars
For the most part this is a nice plugin, I installed it because I was getting hundreds of strange access requests per hour from all over the world. While most are clearly automated and in all probability harmless, I thought this plugin would provide a layer of protection. After only a day of use I have found out that your “renamed” login can instantly be revealed to anyone who adds a simple string of characters at the end of your domain name. …A bit disappointing, however I suppose most people may not find this loophole?
]]>Rating: 5 stars
Very useful!
]]>Rating: 5 stars
It works very well.
Thanks