mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Remove user language selector in user add dialog in nEdge
This commit is contained in:
parent
2d4d75cda8
commit
7dad74775c
2 changed files with 11 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ if(haveAdminPrivileges()) then
|
|||
limited_lifetime = _POST["lifetime_limited"]
|
||||
lifetime_secs = tonumber((_POST["lifetime_secs"] or -1))
|
||||
|
||||
if(username == nil or full_name == nil or password == nil or confirm_password == nil or host_role == nil or networks == nil or allowed_interface == nil or language == nil) then
|
||||
if(username == nil or full_name == nil or password == nil or confirm_password == nil or host_role == nil or networks == nil or allowed_interface == nil) then
|
||||
print ("{ \"result\" : -1, \"message\" : \"Invalid parameters\" }")
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue