vote up 0 vote down star
1

I need add a new user group for mediawiki. The new group has more permission than "User" group. How can i get it ?

flag

not programming related – apphacker Jun 29 at 9:34

2 Answers

vote up 1 vote down check

To add the new group all you have to do is assign it some rights. Use $wgGroupPermissions['group']['right'] = true; in your LocalSettings.php. See Manual:User Rights for all the options.

link|flag
vote up 0 vote down

Creating user groups.

Does this answer your question?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.