hydra: cannot change username, also update fullname

This commit is contained in:
Rob Vermaas 2011-03-07 16:46:46 +00:00
parent 2bbbfd7a61
commit c9929761bd

View file

@ -75,8 +75,7 @@ sub updateUser {
error($c, "Invalid or empty username.") if $username eq "";
$user->update(
{ username => $username
, maxconcurrent => $fullname
{ fullname => $fullname
, emailaddress => $emailaddress
, emailonerror => $emailonerror
});