* (bug 24755) AuthPlugin auto-creation of local accounts can now be aborted by
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 5 Apr 2011 01:18:40 +0000 (01:18 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 5 Apr 2011 01:18:40 +0000 (01:18 +0000)
commit1aa25ba469d92a385a3ea75e93b40af0d52a88d5
treeed0ea32e398618d9bd8aa6b2a67fd93efe367598
parent625695317ea89a66820c7ddded3e1a9aa7367acc
* (bug 24755) AuthPlugin auto-creation of local accounts can now be aborted by
  other extensions by handling the 'AbortAutoAccount' hook, similar to the
  'AbortNewAccount' triggered by explicit account creations. (They are separate
  to avoid loops and confusion; auth plugins like CentralAuth need to handle
  AbortNewAccount separately.
RELEASE-NOTES
docs/hooks.txt
includes/specials/SpecialUserlogin.php