Need group permissions

Jump to: navigation, search

I've just encountered a similar problem. Apparently, LQT does not do a "UserCan" in the discussion area. My specific problem was that certain read-only pages allowed unauthenticated users to add spam into the discussion areas.

Disabling all LQT until such time as problem can be addressed.

jdpond20:21, 31 May 2011

It looks like LQT relies on the 'createpage' permission. So:

$wgGroupPermissions['*']['createpage']       = false;

worked for me.

Jlemley17:10, 1 June 2011
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox