mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +01:00
* [FIX] Wrong behavior when creating new users from LDAP during login. Thanks to @javierlm for the feedback. Closes #1187
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -107,6 +107,7 @@ final class UserPassService extends Service
|
||||
$configHashMPass = $this->configService->getByParam('masterPwd');
|
||||
|
||||
if (empty($configHashMPass)
|
||||
|| $userLoginResponse === null
|
||||
|| empty($userLoginResponse->getMPass())
|
||||
|| empty($userLoginResponse->getMKey())
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user