이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Plainview Protect Passwords

설명

Prevent password resets or changes to specific users or user roles. User-specific exceptions to the sweeping user roles can be set. The user’s password is then protected from modification:

  • In the user’s profile editor
  • Using the password reset link in the login window

The settings are available to either the super admin on the network, or normal admins on a single installation. If you wish to hide the settings completely, put the following in your wp-config.php:

define( 'PLAINVIEW_PROTECT_PASSWORDS_HIDE', true );

Requires PHP 5.4.

스크린샷

  • Settings page
  • The admin user's password has been protected from reset

설치

  1. Check that your web host has PHP v5.4.
  2. Activate the plugin locally or for the network. The latter option is necessary for the plugin to work on network installations.
  3. Visit either Admin > Options > Protect Password, or Network admin > Settings > Protect Password, depending on your installation.

FAQ

When does the plugin protect my installation?
  • If crackers have access to your e-mail but not your WordPress login.
  • You do not want to be bothered by people abusing the “reset password” function for your account.
I’ve forgotten my admin password. How do I get a new one?

The easiest thing to do is rename the plugin’s directory. This will disable the plugin and allow you to reset your admin password.

You can edit the database, but that’s far more difficult than a simple directory rename.

후기

2023년 5월 22일
Fatal error: During class fetch: Uncaught ParseError: syntax error, unexpected token "readonly", expecting identifier PHP Version 8.1
2018년 8월 23일
Used it to prevent certain users to login. Thank you!
2017년 6월 30일 1 reply
I love that is works well with network sites so I don't have to replicate my settings across each of my sites. The only issue I ran into is that only network roles are added to the network settings. Maybe it's by design, but it would be awesome if it picked up the roles from the sites because that is where plugins like User Role Editor and WooCommerce have registered them. In order to protect these I would have to modify the settings for each of my network sites separately. Annoying but totally doable. Thanks for the quick and easy solution today!
모든 3 평가 읽기

기여자 & 개발자

“Plainview Protect Passwords”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Plainview Protect Passwords”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4 20181115

  • Dev: Added plainview_protect_passwords_pre_save_settings and plainview_protect_passwords_post_save_settings actions as per request from https://wordpress.org/support/topic/hooks-27/

1.3 20180815

  • Fix: Admins are allowed to change the passwords of protected users.

1.2 20170920

  • Fix: Removed warning about “Declaration of plainview\protect_passwords\traits\protection::get_user_capabilities”.

1.1 20170602

Tested with WordPress v4.8

1 20150617

  • Inital release