Issue #2012468 by joshi.rohit100, blueminds, David_Rothstein, plach | catch: Add trusted roles recommendation to 'access site reports'.

merge-requests/26/head
David Rothstein 2014-07-24 16:22:00 -04:00
parent 3310afeb85
commit eb49a5dcdc
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
Drupal 7.30, xxxx-xx-xx (development version)
-----------------------
- Added a warning on the permissions page to recommend restricting access to
the "View site reports" permission to trusted administrators. See
DRUPAL-PSA-2014-002.
Drupal 7.29, 2014-07-16
----------------------

View File

@ -242,6 +242,7 @@ function system_permission() {
),
'access site reports' => array(
'title' => t('View site reports'),
'restrict access' => TRUE,
),
'block IP addresses' => array(
'title' => t('Block IP addresses'),