Skip to content
Snippets Groups Projects
Commit ac8aeef4 authored by Liam Morland's avatar Liam Morland
Browse files

Merge branch 'feature/ISTWCMS-4530-l26yan-Add-and-configure-user-protect-module' into '8.x-1.x'

ISTWCMS-4530: Add and configure User Protect module

See merge request !29
parents 4b43f5c8 620319c3
No related branches found
No related tags found
1 merge request!29ISTWCMS-4530: Add and configure User Protect module
...@@ -15,6 +15,9 @@ permissions: ...@@ -15,6 +15,9 @@ permissions:
- 'skip CAPTCHA' - 'skip CAPTCHA'
- 'use text format uw_tf_basic' - 'use text format uw_tf_basic'
- 'use text format uw_tf_standard' - 'use text format uw_tf_standard'
- 'userprotect.account.edit'
- 'userprotect.mail.edit'
- 'userprotect.pass.edit'
- 'view media' - 'view media'
- 'view paragraph content uw_para_call_to_action' - 'view paragraph content uw_para_call_to_action'
- 'view paragraph content uw_para_call_to_action_text' - 'view paragraph content uw_para_call_to_action_text'
......
langcode: en
status: true
dependencies:
config:
- user.role.authenticated
module:
- user
name: uw_protect_authenticated_user
label: 'Authenticated user'
protectedEntityTypeId: user_role
protectedEntityId: authenticated
protections:
user_delete:
id: user_delete
provider: userprotect
status: true
user_status:
id: user_status
provider: userprotect
status: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment