lots of minor changes and bug fixes

This commit is contained in:
JT Smith 2006-04-18 18:33:53 +00:00
parent cf50652604
commit 095d0a7dfd
5 changed files with 27 additions and 13 deletions

View file

@ -86,9 +86,6 @@ sub _isValidUsername {
if ($username eq "") {
$error .= '<li>'.$i18n->get(725).'</li>';
}
unless ($username =~ /^[A-Za-z0-9\-\_\.\,\@]+$/) {
$error .= '<li>'.$i18n->get(747).'</li>';
}
$self->error($error);
return $error eq "";
}