Last modified: 2006-05-01 00:37:47 UTC
In restricted wiki when administrator is the only person which can create account, all account must be created by admin. After create account, user (administrator) automatically logged-in with that account. And he/she must log-out and relogin again as administrator. This is annoying. Please disable this automatic log-in when creating account only when in restricted mode ($wgGroupPermissions['*']['createaccount']=false;)
Fixed in SVN trunk, r13955.
The fix for this caused a serious privacy violation, and has been reverted.
Specifically, calling the hook function (which runs the user creation log) before setting $wgUser exposed the private IP addresses of anyone creating an account to being recorded in recentchanges.
Fix was corrected and re-committed.