From a796a7cdc6e66a4c03af0ecd8ec97cd6643da966 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Fri, 26 Feb 2010 16:31:38 -0500 Subject: nicknamize the requested nickname during autoregistration --- lib/authenticationplugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/authenticationplugin.php') diff --git a/lib/authenticationplugin.php b/lib/authenticationplugin.php index 5be3ea5b9..97e9d52de 100644 --- a/lib/authenticationplugin.php +++ b/lib/authenticationplugin.php @@ -79,7 +79,7 @@ abstract class AuthenticationPlugin extends Plugin $nickname = $username; } $registration_data = array(); - $registration_data['nickname'] = $nickname ; + $registration_data['nickname'] = common_nicknamize($nickname); return User::register($registration_data); } -- cgit v1.2.3-54-g00ecf