• WordPress について
    • WordPress について
    • WordPress.org
    • ドキュメンテーション
    • サポート
    • フィードバック
  • ログイン
  • 登録
コンテンツへスキップ

WordPress.org

日本語

  • ホーム
  • プラグイン
  • テーマ
  • ドキュメンテーション
  • サポートフォーラム
  • ニュース
  • 参加・貢献
  • このサイトについて
  • WordPress を入手

プラグイン

  • お気に入り
  • ベータテスト
  • 開発者
ダウンロード

Password Protected

作者: Ben Huson
  • 詳細
  • レビュー
  • インストール
  • サポート
  • 開発

説明

とても手軽に、WordPressのサイトにパスワード保護をかけられます。

This plugin only protects your WordPress generated content. It does not protect images or uploaded files so if you enter and exact URL to in image file it will still be accessible.

特徴:

  • パスワードは1つのパスワードでWordPressサイトを保護します。
  • フィードへのアクセスを許可するオプション。
  • パスワードを入力せずに管理者がアクセスできるようにするオプション。
  • Works with Mark Jaquith’s Login Logo plugin.
  • Works with the Uber Login Logo plugin.

Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.

翻訳

If you would like to translate this plugin you can easily contribute at the Translating WordPress page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.

スクリーンショット

  • ログインページは、WordPressログインを完全にコピーします。
  • パスワード保護設定ページ

インストール

このプラグインをインストールして設定するには…

  1. あなたのワードプレス管理者からプラグインをアップロードまたはインストールしてください。
  2. プラグインの管理メニューからプラグインを有効にします。
  3. パスワード保護設定でパスワードオプションを設定します。

アップグレード

WordPressの自動アップグレード機能ではなく、FTPを使用して手動でアップグレードする場合は、プラグインを停止してから再度有効化し、プラグインのアップグレードが正しく行われるようにしてください。

FAQ

How can I change the WordPress logo to a different image?

Install and configure the Login Logo plugin by Mark Jaquith or the Uber Login Logo plugin. This will change the logo on your password entry page AND also your admin login page.

サイトがパスワードで保護されている間にフィードを有効にするにはどうすればよいですか ?

設定で「フィードを許可する」チェックボックスをオンにします。

管理者がパスワードを入力するのを防ぐことはできますか ?

設定で「管理者を許可する」チェックボックスをオンにします。

テーマカスタマイザで変更内容をプレビューできません

You must be an administrator (have the manage_options capability) and in the Password Protected settings, check the ‘Allow Administrators’ checkbox.

どうすればログアウトできますか ?

あなたのURLに「password-protected=logout」を追加するだけです。
例) http://www.example.com/?password-protected=logout

ログアウト時に、別のドメインにリダイレクトするにはどうすればよいですか ?

If passing a redirect URL using ‘redirect_to’ when logging out you need you may need to use the allowed domain names filter to allow redirecting to an external domain.

バグや問題はどこで報告できますか?

プラグインの GitHubページに問題とバグを報告してください。
必要に応じて、提案された拡張機能を提出することもできます。

私はどのように貢献できますか?

If you can, please fork the code and submit a pull request via GitHub. If you’re not comfortable using Git, then please just submit it to the issues link above.

このプラグインをどのように翻訳できますか?

If you would like to translate this plugin you can easily contribute at the Translating WordPress page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.

評価

Very helpful plugin

rbazile 2020年11月15日
Thank you for such a simple and very helpful solution.

It does exactly what it says

danielepais 2020年11月11日
Very efficient. It does protect the front end and also offers the option of not including admins which is a plus. Well done.

Excellent piece of software! Except…

bernie 2020年7月15日
Sorry! It links to http of the website in question for presenting the login window! Though the website is SSL! This happens on desktops - seems to work fine on smartphones! Apart from that Splendid! Thanks a lot and Cheers from Bernie

Does the job

atillase 2020年6月4日
No nonsense... works very simply. Add a password, or enter a whitelist of IP-addresses... Exactly what I was looking for for a new project that wasn't supposed to be public yet

Just needed to add password to site

kiwiwordp 2020年5月29日
Did the job of password protecting site. Better than Maintenance message for what I wanted to do whilst developing.

Simple and good plugin

Dinooz Web Solutions 2020年3月20日
Easy to use, simple and good plugin which I use frequently.
82件のレビューをすべて表示

貢献者と開発者

Password Protected はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者
  • Ben Huson

“Password Protected” は17ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Password Protected” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログを RSS で購読してみてください。

変更履歴

2.4

  • Add a Nocache header to the login page redirect to prevent the browser from caching the redirect page. Props De’Yonte W.
  • Remove ‘password-protected’ query from redirects on successful login or logout.
  • Check “redirect_to” query var is set in hidden form field. Props Matthias Kittsteiner.
  • Add favicon to password protected login page.

2.3

  • Adds password_protected_cookie_name filter for the cookie name. Props Jose Castaneda.
  • Let developers override the capability needed to see the options page via a password_protected_options_page_capability filter. Props Nicola Peluchetti.
  • Don’t use a “testcookie” POST query as it is blocked by Namecheap (and possibly other hosts).
  • Fix warnings in W3 validator – script and style “type” attribute not required. Props @dianamurcia.
  • Translations now via translate.wordpress.org.
  • Updated URL references. Props Garrett Hyder.

2.2.5

  • Added password_protected_login_password_title filter to allow customizing the “Password” label on the login form. Props Jeremy Herve.
  • Fix stray “and” in readme. Props Viktor Szépe.
  • Update Portuguese translation. Props Jonathan Hult.
  • Update Russian translation. Props Alexey Chumakov.

2.2.4

  • Check that $_SERVER['REMOTE_ADDR'] is set.

2.2.3

  • Restrict REST-API-access only if password protection is active.
  • Added viewport meta tag to login page.
  • Added password_protected_show_login filter.
  • Cookie name is not editable in the admin so display just for reference.
  • Use default WordPress text domain for “Remember Me” and “Log In” buttons.

2.2.2

  • Change locked admin bar icon to green.
  • Fix REST option and always allow access to REST API for logged in users.

2.2.1

  • Fixed PHP error when calculating cookie expiration date.

2.2

  • Added admin bar icon to indicate wether password protection is enabled/disabled.
  • Option to show “Remember me” checkbox. Props Christian Güdel.
  • REST API access disabled if password not entered.
  • Admin option to allow REST API access.
  • More robust checking of password hashes.

2.1

  • Update caching notes for WP Engine and W3 Total Cache plugin.
  • Tested up to WordPress 4.8

2.0.3

  • メソッドをpublicまたはprivateとして宣言し、PHP5コンストラクタを使用します。
  • [Allow IP Addresses]の横にあるユーザーのIPアドレスを管理者設定で表示します。
  • CHANGELOG.mdとREADME.mdを追加。

2.0.2

  • 許可されたIPアドレスが保存時に有効であることを確認します。
  • Only redirect to allowed domain names when logging out.

2.0.1

  • ログアウト機能を別の機能に分割。
  • Security fix: Use a more complex password hash for cookie key. Props Marcin Bury, Securitum.

2.0

  • Added password_protected_logout_link shortcode.
  • テーマフォルダに ‘password-protected-login.css’ がある場合は読み込みます。
  • Added password_protected_stylesheet_file filter to specify alternate stylesheet location.
  • Added is_user_logged_in(), login_url(), logout_url() and logout_link() methods.
  • バスク語、チェコ語、ギリシャ語、リトアニア語、ノルウェー語の翻訳が追加されました。
  • 保護がホームページでアクティブでない場合、ログイン / ログアウトの処理が改善されました。

1.9

  • Fixed “Allow Users” functionality with is_user_logged_in(). Props PatRaven.
  • Added option for allowed IP addresses which can bypass the password protection.
  • Added ‘password_protected_is_active’ filter.

1.8

  • Support for adding “password-protected-login.php” in theme directory.
  • Allow filtering of the ‘redirect to’ URL via the ‘password_protected_login_redirect_url’ filter.
  • Added ‘password_protected_login_messages’ action to output errors and messages in template.
  • 翻訳を更新しました。
  • Use current_time( ‘timestamp’ ) instead of time() to take into account site timezone.
  • template_redirectアクションの前の方でログインを確認してください

1.7.2

  • Fix always allow access to robots.txt.
  • Added ‘password_protected_login_redirect’ filter.
  • 翻訳を更新しました。

1.7.1

  • Fix login template compatibility for WordPress 3.9

1.7

  • Remove JavaScript that disables admin RSS checkbox.
  • カスタムログインテンプレートを許可するための ‘password_protected_theme_file’ フィルターが追加されました。
  • Add option to allow logged in users.

1.6.2

  • プライバシー設定がオンの場合は、ログインページをインデックスに設定しないでください。
  • Allow redirection to a different URL when logging out using ‘redirect_to’ query and full URL.

1.6.1

  • Language updates by wp-translations.org (Arabic, Dutch, French, Persian, Russian).

1.6

  • Robots.txt is now always accessible.
  • Added support for Uber Login Logo plugin.

1.5

  • Added note about WP Engine compatibility to readme.txt
  • Requires WordPress 3.1+
  • 設定には独自のページがあります。
  • Fixed an open redirect vulnerability. Props Chris Campbell.

1.4

  • 管理者がログインせずにサイトを使用できるようにするオプションを追加する。
  • Use DONOTCACHEPAGE to try to prevent some caching issues.
  • Added a contextual help tab for WordPress 3.3+.
  • WordPress 3.5との互換性のために更新されたログイン画面のスタイル。
  • Options are now on the ‘Reading’ settings page in WordPress 3.5

1.3

  • Added checkbox to allow access to feeds when protection is enabled.
  • Prepare for WordPress 3.5 Settings API changes.
  • Added ‘password_protected_before_login_form’ and ‘password_protected_after_login_form’ actions.
  • Added ‘password_protected_process_login’ filter to make it possible to extend login functionality.
  • Now possible to use ‘pre_update_option_password_protected_password’ filter to use password before it is encrypted and saved.
  • Ready for translations.

1.2.2

  • ログインエラーメッセージを表示します。
  • Escape ‘redirect_to’ attribute. Props A. Alagha.

1.2.1

  • よくある質問。「ログアウトする方法」を追加しました。
  • 保護が有効な場合にのみフィードを無効にします。

1.2

  • セッションの代わりにクッキーを使用する。

1.1

  • データベースのパスワードを暗号化します。

1.0

  • First Release. If you spot any bugs or issues please log them here.

メタ

  • バージョン: 2.4
  • 最終更新日: 4か月前
  • 有効インストール数: 200,000+
  • WordPress バージョン: 4.6またはそれ以降
  • 検証済み最新バージョン: 5.5.3
  • PHP バージョン: 5.6またはそれ以降
  • 言語:

    Albanian、Catalan、Czech、Dutch、English (Canada)、English (UK)、English (US)、Finnish、French (France)、Galician、German、Greek、Japanese、Portuguese (Portugal)、Russian、Spanish (Spain)、Spanish (Venezuela)、Swedish.

    プラグインを翻訳

  • タグ:
    loginpasswordPassword Protectprotect
  • 詳細を表示

評価

すべて表示
  • 5つ星 68
  • 4つ星 3
  • 3つ星 4
  • 2つ星 3
  • 1つ星 4
レビューを申請するにはログインしてください。

貢献者

  • Ben Huson

サポート

過去2ヶ月以内に解決した問題:

0 / 3

サポートフォーラムを表示

寄付

このプラグインが今後も改善できるよう応援しませんか ?

このプラグインに寄付

  • WordPress について
  • ブログ
  • ホスティング
  • 寄付
  • サポート
  • 開発者の方へ
  • 参加・貢献
  • 学ぶ
  • ショーケース
  • プラグイン
  • テーマ
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • プライバシー
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.