Page MenuHomePhabricator

3 new OpenID login page parameters: $wgOpenIDAllowManualUsername, AllowAutomaticUsername, ProposeUsernameFromSREG
Closed, ResolvedPublic

Description

Patch to customize the OpenID login page (for new or existing accounts). Introduction of three new settings.

; $wgOpenIDProposeUsernameFromSREG
: defaults to true; first-time logging in with OpenID, propose and allow new account names from OpenID SREG data such as fullname or nickname
; $wgOpenIDAllowManualUsername
: defaults to true; when first-time logging in with OpenID, show option to enter and to allow a manually chosen username
; $wgOpenIDAllowAutomaticUsername
: defaults to true; when first-time logging in with OpenID, show option to choose and to allow an automatically generated username

The patch is a cumulative patch and includes the patches for


Version: unspecified
Severity: normal
URL: http://www.mediawiki.org/wiki/Extension:OpenID

Details

Reference
bz27581

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:25 PM
bzimport set Reference to bz27581.

Created attachment 8179
Patch introduces three new parameters (this is a cumulative patch, it contains two other patches)

attachment y.diff ignored as obsolete

Created attachment 8347
Cumulative patch for 27419, 18635, 27581; diff now really includes the promised php-openid changes required for php > 5.3.x (see http://www.mediawiki.org/wiki/Extension:OpenID#Pre-requisites )

Attached: