Skip to content

Commit

Permalink
Issue #2012468 by joshi.rohit100, blueminds, David_Rothstein, plach |…
Browse files Browse the repository at this point in the history
… catch: Add trusted roles recommendation to 'access site reports'.
  • Loading branch information
DavidRothstein authored and M Parker committed Jul 28, 2014
1 parent 82ad452 commit 4f1a4c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
----------------------
Expand Down
1 change: 1 addition & 0 deletions modules/system/system.module
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 4f1a4c5

Please sign in to comment.