r24619 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24618‎ | r24619 | r24620 >
Date:11:36, 6 August 2007
Author:robchurch
Status:old
Tags:
Comment:
Warn users not to destroy $wgGroupPermissions
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1011,6 +1011,11 @@
10121012 * combined with the permissions of all groups that a given user is listed
10131013 * in in the user_groups table.
10141014 *
 1015+ * Note: Don't set $wgGroupPermissions = array(); unless you know what you're
 1016+ * doing! This will wipe all permissions, and may mean that your users are
 1017+ * unable to perform certain essential tasks or access new functionality
 1018+ * when new permissions are introduced and default grants established.
 1019+ *
10151020 * Functionality to make pages inaccessible has not been extensively tested
10161021 * for security. Use at your own risk!
10171022 *

Follow-up revisions

RevisionCommit summaryAuthorDate
r24632Merged revisions 24601-24631 via svnmerge from...david18:44, 6 August 2007

Status & tagging log