Page MenuHomePhabricator

Add Some user group to hindi wikipedia
Closed, ResolvedPublic

Description

Author: mayurdce

Description:
Hi, Plz enable two user group Former_Bureaucrat & Former_Administrator as per below configuration-
:Addition of Former_bureaucrat
'Former_bureaucrat' => array( 'autopatrol' => true),

'wgAddGroups' => array(
'bureaucrat' => array( 'Former_Bureaucrat' ),

),

'wgRemoveGroups' => array(
'bureaucrat' => array( 'Former_Bureaucrat' ),

),

:Addition of Former_Administrator
'Former_bureaucrat' => array( 'autopatrol' => true),
'wgAddGroups' => array(
'bureaucrat' => array( 'Former_Administrator' ),

),

'wgRemoveGroups' => array(
'bureaucrat' => array( 'Former_Administrator' ),

),

Community consensus link can be found here-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%A8%E0%A4%AF%E0%A5%80_%E0%A4%B8%E0%A5%81%E0%A4%B5%E0%A4%BF%E0%A4%A7%E0%A4%BE%E0%A4%8F%E0%A4%81

Thanks in Advance
Regards
Mayur


Version: unspecified
Severity: enhancement

Details

Reference
bz32637
TitleReferenceAuthorSource BranchDest Branch
Update mjolnir to v2.4.0repos/search-platform/mjolnir-deploy!1ebernhardsonwork/ebernhardson/python-3.10master
search: Update mjolnir to python 3.10repos/data-engineering/airflow-dags!527ebernhardsonwork/ebernhardson/mjolnir-py310main
Update python to 3.10repos/search-platform/mjolnir!7ebernhardsonwork/ebernhardson/libmambamain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:59 PM
bzimport set Reference to bz32637.
bzimport added a subscriber: Unknown Object (MLST).

You typo'd on

:Addition of Former_Administrator
'Former_bureaucrat' => array( 'autopatrol' => true),

;)

Fixed anyway

mayurdce wrote:

Sorry, But one error occurred due to Capital letter of Bureaucrat and Administrator. plz change configuration as given below-

'Former_bureaucrat' => array( 'autopatrol' => true),
'Former_administrator' => array( 'autopatrol' => true),

to

'Former_Bureaucrat' => array( 'autopatrol' => true),
'Former_Administrator' => array( 'autopatrol' => true),

Regards!

mayurdce wrote:

As per http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php,

'Former_bureaucrat' => array( 'autopatrol' => true),
'Former_administrator' => array( 'autopatrol' => true),

hasn't been changed to

'Former_Bureaucrat' => array( 'autopatrol' => true),
'Former_Administrator' => array( 'autopatrol' => true),

I think you forgot to change that.

mayurdce wrote:

As per http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php,

'Former_bureaucrat' => array( 'autopatrol' => true),
'Former_administrator' => array( 'autopatrol' => true),

hasn't been changed to

'Former_Bureaucrat' => array( 'autopatrol' => true),
'Former_Administrator' => array( 'autopatrol' => true),

I think you forgot to change that.You have to capitalize first letter of bureaucrat to Bureaucrat and administrator to Administrator.

Done now. NFS has been bitchy today

mayurdce wrote:

Sorry reedy but as per bug https://bugzilla.wikimedia.org/show_bug.cgi?id=15285 a user name can't be longer than 16 letters.I shall request you to rename these user groups I just remind that when i tried to add some old admin to this user group but was not successful.

Former_Administrator -> Ex_Administrator

Former_Bureaucrat -> Ex_Bureaucrat

Regards

(In reply to comment #7)

Sorry reedy but as per bug https://bugzilla.wikimedia.org/show_bug.cgi?id=15285
a user name can't be longer than 16 letters.I shall request you to rename these
user groups I just remind that when i tried to add some old admin to this user
group but was not successful.

Former_Administrator -> Ex_Administrator

Former_Bureaucrat -> Ex_Bureaucrat

Regards

Haha. I've fixed that in trunk btw ;), well, it's now twice as big...

I'll fix it in a few

mayurdce wrote:

(In reply to comment #8)

(In reply to comment #7)

Sorry reedy but as per bug https://bugzilla.wikimedia.org/show_bug.cgi?id=15285
a user name can't be longer than 16 letters.I shall request you to rename these
user groups I just remind that when i tried to add some old admin to this user
group but was not successful.

Former_Administrator -> Ex_Administrator

Former_Bureaucrat -> Ex_Bureaucrat

Regards

Haha. I've fixed that in trunk btw ;), well, it's now twice as big...

I'll fix it in a few

Sorry, But we are not able to assign this user group to former admins using "User Right Management" We had the same problem when we filed a bug for Interface Administrator group we changed this name to Interface editor to fix this issue.So I would request to rename these user groups as below-

Former_Administrator -> Ex_Administrator

Former_Bureaucrat -> Ex_Bureaucrat

Regards