Last modified: 2010-05-15 15:37:26 UTC
When a new user is created from an external database (Using AuthPlugin) it doesn't count in the user statistics from Especial:Statistics. That page only counts the user registered directly from MediaWiki.
Created attachment 3117 [details] Patch to update user count for automatically created accounts
Fixed in r19586; rather than duplicting the stats update as in the attached patch I moved it into the shared initUser function, which is called in both automatic and manual creation cases.