@@ -255,12 +255,10 @@ |
||
| 255 | 255 | * additionally it updates the hash if the system settings changed |
| 256 | 256 | * or if the very old md5() sum is used |
| 257 | 257 | * |
| 258 | - * @param array $userinfo user-data from table |
|
| 259 | 258 | * @param string $password the password to validate |
| 260 | - * @param string $table either panel_customers or panel_admins |
|
| 261 | - * @param string $uid user-id-field in $table |
|
| 259 | + * @param string $pwd_hash |
|
| 262 | 260 | * |
| 263 | - * @return boolean |
|
| 261 | + * @return string |
|
| 264 | 262 | */ |
| 265 | 263 | private function validatePasswordLogin($pwd_hash, $password = null) { |
| 266 | 264 | |