https://bugzilla.wikimedia.org/show_bug.cgi?id=54760
Web browser: --- Bug ID: 54760 Summary: sendConfirmAndMigrateEmail.php: add an option to include emailconfirmed accounts Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: Unprioritized Component: CentralAuth Assignee: wikibugs-l@lists.wikimedia.org Reporter: federicol...@tiscali.it CC: agarr...@wikimedia.org, vasi...@gmail.com, wikimedia.b...@snowolf.eu Blocks: 35707 Classification: Unclassified Mobile Platform: --- sendConfirmAndMigrateMail has two purposes with its [[Special:MergeAccount]] link: confirming the email and merging unattached accounts; however, if a account has a confirmed email, it's skipped: if ( $user->isEmailConfirmed() ) { $this->output( "ERROR: The user '$username@$wgDBname' already has a confirmed email address\n" ); return; } I think it's conceivable that we or someone may want to solicit those global users too to merge the unattached accounts belonging to them. In Wikimedia projects' case, if I understand the data correctly, they are the global users corresponding to a subset of those 114,604 non-attached accounts "who clash with a global account" as of 2013-05-06. https://www.mediawiki.org/wiki/Admin_tools_development/SUL_Audit#Metrics According to [[mw:Admin tools development/SUL Audit/Metrics 20130417]] about 80 % of the unattached accounts have an email set; no idea how many global accounts do nor how many of those are already emailconfirmed, but it's probably a good proportion. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l