mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
CAS integration: added support of JA-SIG Central Authentication Service (CAS) with log-off support, using phpCAS API.
SVN:trunk[1280]
This commit is contained in:
@@ -77,12 +77,6 @@ class UserLocal extends UserInternal
|
||||
return true;
|
||||
}
|
||||
|
||||
public function CanLogOff()
|
||||
{
|
||||
// Internal authentication allows everybody to log off
|
||||
return true;
|
||||
}
|
||||
|
||||
public function ChangePassword($sOldPassword, $sNewPassword)
|
||||
{
|
||||
$oPassword = $this->Get('password'); // ormPassword object
|
||||
|
||||
Reference in New Issue
Block a user