mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
MOAR AUTHMODULE, with some parts left to do...
git-svn-id: http://www.observium.org/svn/observer/trunk@991 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -43,5 +43,22 @@ function changepassword($username,$newpassword)
|
||||
{
|
||||
# Not supported (for now)
|
||||
}
|
||||
|
||||
|
||||
function auth_usermanagement()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
function adduser($username, $password, $level, $email = "", $realname = "")
|
||||
{
|
||||
# Not supported
|
||||
return 0;
|
||||
}
|
||||
|
||||
function user_exists($username)
|
||||
{
|
||||
return 0; # FIXME to be implemented
|
||||
}
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user