Last modified: 2014-01-06 13:55:31 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T61692, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59692 - Personal adjustment of setting on login.wikimedia.org
Personal adjustment of setting on login.wikimedia.org
Status: RESOLVED WONTFIX
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
https://login.wikimedia.org
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-05 18:53 UTC by Barras
Modified: 2014-01-06 13:55 UTC (History)
10 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Barras 2014-01-05 18:53:40 UTC
Hey,

it would be really nice if you guys would enable the possibility to change ones preferences on login.wikimedia.org.

Currently that's not possible, but as a steward I sometimes use the wiki to run checks and I'd like to change the skin to monobook and I could imagine that some folks would also like to change their language.

Thanks!

[[m:User:Barras]]
Comment 1 Sam Reed (reedy) 2014-01-05 18:59:06 UTC
Why?
Comment 2 Barras 2014-01-05 19:04:41 UTC
Is it that much of a problem to give people the choice which skin or language they want to use? We've stewards no fluent in English who may would like to use their language for better understand.

And others like me simply dislike the vector skin and would like to change it.
Comment 3 Liangent 2014-01-05 19:05:50 UTC
Setting language is possible with UniversalLanguageSelector.

(Is this a bug of ULS that it doesn't respect the wiki's permission configurations here?)
Comment 4 Dan Garry 2014-01-05 21:44:57 UTC
(In reply to comment #1)
> Why?

Why not? ;-)

In seriousness, this wiki is used by the stewards for some things, so having those customisation options there makes sense.
Comment 5 Sam Reed (reedy) 2014-01-05 23:06:24 UTC
(In reply to comment #4)
> (In reply to comment #1)
> > Why?
> 
> Why not? ;-)

Just because you can doesn't make it a good idea

(In reply to comment #4)
> In seriousness, this wiki is used by the stewards for some things, so having
> those customisation options there makes sense.

For what?

(In reply to comment #3)
> Setting language is possible with UniversalLanguageSelector.
> 
> (Is this a bug of ULS that it doesn't respect the wiki's permission
> configurations here?)

Possibly, but not really that big of a one...

(In reply to comment #2)
> Is it that much of a problem to give people the choice which skin or language
> they want to use? We've stewards no fluent in English who may would like to
> use
> their language for better understand.
> 
> And others like me simply dislike the vector skin and would like to change
> it.

Sounds like you've got bigger issues
Comment 6 Sam Reed (reedy) 2014-01-05 23:07:11 UTC
You realise if we "just" give it to one group, every other group will want it too? And what reason do we have to not let them?
Comment 7 Sam Reed (reedy) 2014-01-05 23:10:04 UTC
(In reply to comment #2)
> And others like me simply dislike the vector skin and would like to change
> it.

ULS works fine

(In reply to comment #3)
> Setting language is possible with UniversalLanguageSelector.
> 
> (Is this a bug of ULS that it doesn't respect the wiki's permission
> configurations here?)
Comment 8 MZMcBride 2014-01-05 23:11:07 UTC
(In reply to comment #6)
> You realise if we "just" give it to one group, every other group will want it
> too?

Okay. Let's take a step back here: why can't users set preferences on login.wikimedia.org?

> And what reason do we have to not let them?

In my opinion, the onus is on the person wanting to restrict a common user behavior (setting pre-user preferences). That is, _you_ need a reason to restrict a user from setting preferences rather than trying to require that _others_ find a reason to be able to set per-user preferences.
Comment 9 MZMcBride 2014-01-05 23:15:24 UTC
https://en.wikipedia.org/wiki/Special:ListGroupRights shows the "editmyoptions" user right applied to the implicit (all) group.

https://login.wikimedia.org/wiki/Special:ListGroupRights doesn't show a similar user right applied to any user group. Not sure what's going on.
Comment 10 Sam Reed (reedy) 2014-01-05 23:22:17 UTC
if ( $wgDBname == 'loginwiki' ) {
	$wgGroupPermissions['*'] = array(
		'read' => true,
		'centralauth-autoaccount' => true,
	);
	$wgGroupPermissions['user'] = array(
		'read' => true,
	);
	$wgGroupPermissions['autoconfirmed'] = array(
		'read' => true,
	);

	unset( $wgGroupPermissions['import'] );
	unset( $wgGroupPermissions['transwiki'] );

	$wgGroupPermissions['sysop'] = array_merge(
		$wgGroupPermissions['sysop'],
		array(
			'editinterface' => false,
			'editusercss' => false,
			'edituserjs' => false,
		)
	);
}


Anyone would think we made those changes for a reason
Comment 11 Barras 2014-01-05 23:25:39 UTC
I really see no reason why users there, especially those who use that project shouldn't be allowed to decide themselves which language they want to see, or which skin they want to use. There is no reason to restrict that to some randomly chosen setting.

Also, no, I've no "bigger issues". I could also ask why the setting isn't set to Chinese as language and to cologne blue as skin setting. If there is no serious reason to patronize users by taking them the choice, then they should be given the choice to decide what language or skin we want to use.
Comment 12 Sam Reed (reedy) 2014-01-05 23:26:54 UTC
(In reply to comment #11)
> I really see no reason why users there, especially those who use that project
> shouldn't be allowed to decide themselves which language they want to see, or
> which skin they want to use. There is no reason to restrict that to some
> randomly chosen setting.

It's hardly random

And they can set their language
Comment 13 Barras 2014-01-05 23:33:44 UTC
In my preferences the language is set to English (which I absolutely don't mind, I'd use English anyway!), whoever the drop-down menu to change that is at least for me locked on that page. No idea what other ways there might be to change that, also that does not really matter to me.

So what is the reason why people can not be allowed to change their settings? Why is it set to vector and not to one of the other possibilities?
Comment 14 MZMcBride 2014-01-06 00:01:12 UTC
Thanks for filing this bug, Barras. I filed bug 59701 and bug 59702 related to login.wikimedia.org.
Comment 15 Dan Garry 2014-01-06 00:03:39 UTC
(In reply to comment #10) 
> Anyone would think we made those changes for a reason

Could you elaborate on what that reason is? It would be helpful to know.
Comment 16 Kunal Mehta (Legoktm) 2014-01-06 01:13:15 UTC
Barras, stewards can just add the 'editmyoptions' right into their CA global group and it should work fine.
Comment 17 Sam Reed (reedy) 2014-01-06 01:24:23 UTC
(In reply to comment #15)
> (In reply to comment #10) 
> > Anyone would think we made those changes for a reason
> 
> Could you elaborate on what that reason is? It would be helpful to know.

For example Site CSS and JS was disabled for a security related reason.

The rest mostly because there's really no reason for 99.9999999% of users to know it even exists, never mind actually visit or try and use it for anything.

There's nothing that can/should be doing at the wiki. It serves exists mostly for technical reasons. If we had allowed editing, we'd would've had a spam of people creating their userpages, personal JS and CSS etc.

https://github.com/wikimedia/operations-mediawiki-config/commit/e61684d0f4b43ab4192e484521f898d900158fb3

https://github.com/wikimedia/operations-mediawiki-config/commit/0381c081072f092e187a907ac538a97da16c0fdb

https://bugzilla.wikimedia.org/show_bug.cgi?id=46902 has some of the related discussions
Comment 18 Barras 2014-01-06 13:26:22 UTC
(In reply to comment #16)
> Barras, stewards can just add the 'editmyoptions' right into their CA global
> group and it should work fine.

Thanks for the advice, that fixed the issue. Although I think that this should still be enabled, I just gave stewards the right to edit their own settings, which works well.

I understand that page creations etc are not allowed, that really makes sense for the wiki, but I fail to see a reason why people should not be allowed to change their setting on this wiki.

But whatever, I think I won't waste my time with that as the experience sadly shows that it usually turns out totally useless to argue here. So long, and thanks for the advice, Legoktm...
Comment 19 Dan Garry 2014-01-06 13:55:31 UTC
The stewards are the only ones using this wiki, and they now have the ability to customise their preferences (which was the intent of this bug report). Therefore, WONTFIXing.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links