hydra: cannot change username, also update fullname
This commit is contained in:
parent
2bbbfd7a61
commit
c9929761bd
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue