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:
Tom Laermans
2010-03-06 01:10:05 +00:00
parent cb7c59505f
commit eed5f0c3c3
8 changed files with 161 additions and 65 deletions

View File

@@ -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
}
?>