Page MenuHomePhabricator

Cannot disable signature pref ("nickname" section)
Closed, InvalidPublic

Description

The signature pref cannot be disabled using $wgHiddenPrefs?

'fancysig' will disable the fancy sig but not the complete fieldset "signature".


Version: 1.22.0
Severity: enhancement

Details

Reference
bz33944

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:06 AM
bzimport set Reference to bz33944.
bzimport added a subscriber: Unknown Object (MLST).

radiumsoup wrote:

(In reply to comment #0)

The signature pref cannot be disabled using $wgHiddenPrefs?

'fancysig' will disable the fancy sig but not the complete fieldset
"signature".

This works to disable the form, but I had to dig around in the source to find it:

$wgHiddenPrefs[] = 'nickname';

At minimum, the documentation should be updated to reflect this, or the 'nickname' field should be changed to 'signature' or something more closely matching the expected nomenclature

matmarex subscribed.

Seems to work as expected per T35944#377756.

Preference names are documented at https://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions#Available_preferences but the row for "nickname" is empty...

Seems to be documented now.