From eb7cc0a53856a7fb6b40d079c6d61d1fe24be2cb Mon Sep 17 00:00:00 2001 From: Yasmeen Abuerrub <yabuerrub@hotmail.com> Date: Thu, 13 Jul 2017 12:09:57 +0300 Subject: [PATCH] Issue #2894168 by yasmeensalah, Mohammed J. Razem: Added the permission (Bypass Honeypot protection) to the Authenticated role --- config/install/user.role.authenticated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/install/user.role.authenticated.yml b/config/install/user.role.authenticated.yml index ecddfb5f..7c4b9f1f 100644 --- a/config/install/user.role.authenticated.yml +++ b/config/install/user.role.authenticated.yml @@ -16,3 +16,4 @@ permissions: - userprotect.mail.edit - userprotect.pass.edit - userprotect.account.edit + - 'bypass honeypot protection' -- GitLab