mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02: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