[16:39:18] Will adding `$wgGroupPermissions['*']['*'] = true;` to LocalSettings.php allow unregistered/anonymous users to do anything they want? [16:51:19] I don't believe so [16:55:43] nope, * isn't special in the permissions field [16:57:04] if you really want to give a group everything (why?) then $wgGroupPermissions['groupname'] = array_fill_keys( $wgAvailableRights, true ); [18:54:44] and some actions I think they won't work, anyway [18:54:49] such as anonymous uploading