Changing "private" to "protected" on a few functions in User.php
authorPeter Gehres <pgehres@wikimedia.org>
Thu, 16 May 2013 22:18:57 +0000 (15:18 -0700)
committerPgehres <pgehres@wikimedia.org>
Thu, 16 May 2013 22:19:59 +0000 (22:19 +0000)
commit0448eed73e63636c2d783ca2507f25a7e76194dc
tree94f3ad4a61b863bfb32292638c703b82f5d385d7
parent2db7b2605c2c1aae8d8cc3361e7a710a840deedb
Changing "private" to "protected" on a few functions in User.php

This is required for auth plugins to be able to send customized
email confirmation and migration emails.  For example, we need to
send emails from CentralAuth that will both confirm the email
address and then run through Special:MergeAccount attempting to
attach as many local accounts as possible.

Change-Id: If281aa6219e5a0b80252b0deac7ee0c4f74c3d58
includes/User.php