https://bugzilla.wikimedia.org/show_bug.cgi?id=71241

            Bug ID: 71241
           Summary: Run sendConfirmAndMigrateEmail.php for all unconfirmed
                    emails on all wikis
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
            Blocks: 29782, 35707
       Web browser: ---
   Mobile Platform: ---

We can't unify nor notify users if we don't know their email addresses for
sure. This script was written last year by pgehres to solve the problem and by
now it has translations in over 40 languages.

sendConfirmAndMigrateEmail.php --userlist $APPROPRIATE_LOCAL_LIST needs to be
run on all wikis for those "non-attached accounts... with e-mail"
[[mw:Admin_tools_development/SUL_Audit]]; unconfirmed emails are skipped
automatically (cf. bug 54760) but could also just be removed from the input
list.

/**
 * Class SendConfirmAndMigrateEmail
 *
 * This maintenance script is used to resend confirmation emails to users with
 * unattached accounts in the hopes that we will then be able to automatically
 * attach some unattached accounts.  In addition, by using an EmailableUser
object
 * we are able to override the contents of the email and send them to
Special:MergeAccount
 * instead of Special:ConfirmEmail and thus put them right into the workflow to
attach
 * accounts by password.
 *
 * THIS MUST BE RUN ON THE LOCAL WIKI SO THAT THE EMAIL IS SENT IN THE CORRECT
LANGUAGE
 */

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to