Index: trunk/extensions/CentralAuth/CentralAuthHooks.php |
— | — | @@ -131,7 +131,7 @@ |
132 | 132 | if( !$firstUser->getID() ) { |
133 | 133 | $centralUser = CentralAuthUser::getInstance( $firstUser ); |
134 | 134 | if ( $centralUser->exists() ) { |
135 | | - $abortError = array( 'centralauth-account-exists-reset' ); |
| 135 | + $abortError = array( 'centralauth-account-exists-reset', $centralUser->getName() ); |
136 | 136 | return false; |
137 | 137 | } |
138 | 138 | } |