@@ -30,6 +30,10 @@ |
||
30 | 30 | } |
31 | 31 | } |
32 | 32 | |
33 | + /** |
|
34 | + * @param string $login |
|
35 | + * @param string $password |
|
36 | + */ |
|
33 | 37 | protected static function _loginUser( $login, $password, $authenticationMatch = false ) |
34 | 38 | { |
35 | 39 | $fwName = eZINI::instance('identitymanagement.ini')->variable('GeneralSettings', 'FirewallName'); |