Install
Works with Drupal: ^10.2 || ^11 || ^12Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
36.2 KB
MD5: 06ac5b78845810a6c51841f1987678c6
SHA-1: 20d14d03f17794ac8e150ebd8f13e8e1135510d1
SHA-256: 96b31b9b9438d50339e860392f858063185ac28be9bd03be58d2d1b8e2c53a52
Download zip
72.46 KB
MD5: e23d17ac0c3c4f49d610fc03fe175d22
SHA-1: dd1c9aba71e8aaec7f53ee566133e1a815ead327
SHA-256: fd640a16b25cf5caeb246f944cd2eb399b244363592ba02cf4540507ee334138
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.