Revert r39625 "Run autocreated accounts through AbortNewAccount hooks"
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Aug 2008 19:11:27 +0000 (19:11 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Aug 2008 19:11:27 +0000 (19:11 +0000)
commit3d71f0c39ed59db6306efa1b916f6524f0b92af4
tree3c8bab4570edab25b06878cb46706f0d1bc56bb4
parent08021b0b3072d890a08f7505a2efb66b46000576
Revert r39625 "Run autocreated accounts through AbortNewAccount hooks"
This seems to be mixing UI and backend code.

Further I'm unsure we want to treat authplugin autocreations as "new accounts" for this purpose; since they *have* been previously created and perhaps approved, just blindly running it through the same abort hook again will be a huge pain in the butt, for instance for those who had to go through admin approval due to a machine-detected name spoof conflict or an IP blocking issue. If an abort is appropriate, it should probably be a distinct hook so it can be treated differently.
includes/specials/SpecialUserlogin.php