mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated edit user screen so you can now update details
This commit is contained in:
@@ -163,4 +163,22 @@ function get_userlist()
|
||||
return $userlist;
|
||||
}
|
||||
|
||||
function can_update_usesr()
|
||||
{
|
||||
# not supported so return 0
|
||||
return 0;
|
||||
}
|
||||
|
||||
function get_user($user_id)
|
||||
{
|
||||
# not supported
|
||||
return 0;
|
||||
}
|
||||
|
||||
function update_user($user_id,$realname,$level,$can_modify_passwd,$email)
|
||||
{
|
||||
# not supported
|
||||
return 0;
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user