mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-19 08:46 am

[dw-free] No, there are no spaces after your username.

[commit: http://hg.dwscoalition.org/dw-free/rev/67a4d75565f1]

No, there are no spaces after your username.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/LJ/Widget/ImportChooseSource.pm
--------------------------------------------------------------------------------
diff -r c67df31c0ee4 -r 67a4d75565f1 cgi-bin/LJ/Widget/ImportChooseSource.pm
--- a/cgi-bin/LJ/Widget/ImportChooseSource.pm	Tue May 19 08:14:32 2009 +0000
+++ b/cgi-bin/LJ/Widget/ImportChooseSource.pm	Tue May 19 08:45:59 2009 +0000
@@ -99,7 +99,7 @@ sub handle_post {
         unless $hn;
 
     # be sure to sanitize the username
-    my $un = lc $post->{username};
+    my $un = LJ::trim( lc $post->{username} );
     $un =~ s/-/_/g;
 
     my $pw = $post->{password};
--------------------------------------------------------------------------------