Install
Works with Drupal: ^8.8 || ^9 || ^10 || ^11Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
34.87 KB
MD5: d998851e476e7c156173397cc90852fb
SHA-1: afb126448a1915dfd93a02888c0288019f33d816
SHA-256: e669a481587c851933942eed6d2ba9de868ba2a94c7eae61b5af5cc3c212143a
Download zip
67.8 KB
MD5: 7fada021391940caafc77bbe444f3b19
SHA-1: da5d14126c668c771d1ed1ee4b2f8702ae338891
SHA-256: 234566f0a5c6310a6e82b270fa92421989e23a3ef031b2de73fdf15dceca5f06
Release notes
Development version of 8.x-1.x branch. Currently based on Drupal 8.0.0-beta9.
New features
- A permission to "Change own account" is added. (see also #1172518: Users should NOT always be able to access their own edit page).
- Each protection rule can be bypassed separately.
- Multiple protection rules can be made for the same user or same role (and be configured differently).
Dropped features
-
Page to bulk edit protections
There is no longer one page where you can edit all protection rules in bulk. You now need to edit protection rules one by one. -
User protection defaults
There are no more "default" protection settings for when creating a new protection rule. -
Auto-protect new users
There is no longer an option to automatically create a protection rule for each newly created user. If you need this behavior, you could do this with Rules: react on the event of user creation and create a new userprotect_rule entity. -
OpenID protection
OpenID protection is removed because the openID module is removed from Drupal core. -
Permission "Change own OpenID"
This permission is removed because the openID module is removed from Drupal core.
For details about the reasons for the dropped features and for technical details about the Drupal 8 version, see #2181393: User protect: Drupal 8 port.