Last modified: 2010-05-15 14:36:10 UTC
Problem: auth plugins don't have the ability to provide canonical form for user name (primary proper case) before a new account is created. This patch adds a new method AuthPlugin::getCanonicalName($username), which gets called from User::newFromName. That'll gives any AuthPlugin extension a crack at munging the name just before an account is created. Will attach patch after submitting.
Created attachment 739 [details] Patch described in bug 2943
Applied to HEAD.