Removed Utility test for base36, which no longer exists in WebGUI::Utility.pm
new i18n message for duplicate usernames.
This commit is contained in:
parent
e76ea86b52
commit
6fd7575eb9
5 changed files with 10 additions and 7 deletions
|
|
@ -450,7 +450,8 @@ sub www_editUserSave {
|
|||
|
||||
# Display an error telling them the username they are trying to use is not available and suggest alternatives
|
||||
} else {
|
||||
$error = '<ul><li>'.$i18n->get(77).' '.$session->form->process("username").'Too or '.$session->form->process("username").'02</li></ul>';
|
||||
my $username = $session->form->process("username");
|
||||
$error = '<ul>' . sprintf($i18n->get(77), $username, $username, $username, $session->datetime->epochToHuman($session->datetime->time(),"%y")).'</ul>';
|
||||
}
|
||||
if ($isSecondary) {
|
||||
return _submenu($session,$i18n->get(978));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue