* (bug 32960) remove EmailAuthenticationTimestamp from database when a
authorSam Reed <reedy@users.mediawiki.org>
Sun, 11 Dec 2011 15:31:17 +0000 (15:31 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 11 Dec 2011 15:31:17 +0000 (15:31 +0000)
commitb5f11fa813cf0784af22799cbdb7f69d33ee71a0
treec9557994463f89533b9c02d169bf5a70cf23e8c7
parent68ca2fe2fddc204317b4721f5685f7aea049d14e
* (bug 32960) remove EmailAuthenticationTimestamp from database when a
  email address is removed

In Preferences::trySetUserEmail no point trying to reset the users email if it's the same

Same for User::setEmail

After setting the email though, invalidate email auth tokens
RELEASE-NOTES-1.19
includes/Preferences.php
includes/User.php