×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    MediaWiki/Userrights: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
    m (Hoof Hearted moved page Mediawiki/Userrights to MediaWiki/Userrights: Correct name)
     
    (One intermediate revision by one other user not shown)
    Line 1: Line 1:

    http://meta.wikimedia.org/wiki/Setting_user_rights_in_MediaWiki is outdated
    http://meta.wikimedia.org/wiki/Setting_user_rights_in_MediaWiki is outdated


    it was replaced by user_groups rights assigned to groups are set in the config file, not
    it was replaced by user_groups; '''rights assigned to groups are set in the config file, the database assigning users to groups is done in the db'''
    the database assigning users to groups is done in the db


    <pre>
    <pre>

    Latest revision as of 14:17, 29 August 2022

    http://meta.wikimedia.org/wiki/Setting_user_rights_in_MediaWiki is outdated

    it was replaced by user_groups; rights assigned to groups are set in the config file, the database assigning users to groups is done in the db

    +---------+------------+
    | ug_user | ug_group   |
    +---------+------------+
    |       1 | bureaucrat |
    |       2 | bureaucrat |
    |       3 | bureaucrat |
    |       1 | sysop      |
    |       2 | sysop      |
    |       3 | sysop      |
    +---------+------------+
    6 rows in set (0.01 sec)
    

    Like this, right? NOT "sysop,bureaucrat" comma seperated in one row anymore. right?

    right.

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.