lots of minor changes and bug fixes
This commit is contained in:
parent
cf50652604
commit
095d0a7dfd
5 changed files with 27 additions and 13 deletions
|
|
@ -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 "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue