Page MenuHomePhabricator

$wgEmailConfirmToEdit is broken...
Closed, ResolvedPublic

Description

Author: lhridley

Description:
Discovered this in 1.13alpah, rev 35524. Setting $wgEmailConfirmToEdit = true; generates the following error message whenever an anonymous users tries to create a new account:

Permissions error

You do not have permission to create new user accounts, for the following reasons: You must confirm your e-mail address before editing pages. Please set and validate your e-mail through your user preferences.

I tried setting $wgGroupPermissions['*']['createaccount'] = true; but this did not resolve the problem.

I disabled all extensions and the error persists. This was not an issue in version 1.11.2 (don't know about version 1.12 -- never utilized that one).


Version: 1.13.x
Severity: major

Details

Reference
bz14324

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:09 PM
bzimport set Reference to bz14324.
bzimport added a subscriber: Unknown Object (MLST).

lhridley wrote:

Installed and tested $wgEmailConfirmToEdit in version 1.12, and it functions as expected there.