[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
mark.
Files modified:
No, there are no spaces after your username.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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}; --------------------------------------------------------------------------------