mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
@@ -51,6 +51,16 @@ class UserRightsNull extends UserRightsAddOnAPI
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
public function CanChangePassword()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function ChangePassword($iUserId, $sOldPassword, $sNewPassword)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function GetUserId($sUserName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user