Page MenuHomePhabricator

OpenID extension: disallow new account creation for those users without "createaccount" permission
Closed, ResolvedPublic

Description

If the members of the all visitors group lack permission to create accounts
($wgGroupPermissions['*']['createaccount']=false;), the OpenID Login shall respect this global setting and never allow the creation of new accounts, but only allow to connect the OpenID with an _existing_ account.

A patch of SpecialOpenIDLogin.Body.php will be attached.


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

Details

Reference
bz27419

Event Timeline

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

Created attachment 8147
patch to make OpenID extension respecting createaccount permissions

Attached: