nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
976 stars 208 forks source link

Disable master-password #1942

Open DobroFenix opened 3 weeks ago

DobroFenix commented 3 weeks ago

Hi! image

I wrote master-password to the authentication form - when logging in using LDAP login and password, the user is created in the system, but the login is not made, since js returns an error:

SyntaxError: Unexpected token 'C', "Call to a "... is not valid JSON Call to a member function getId() on null image

How to correctly inject master-password into the code so that LDAP users can log in without specifying a master password and additional actions after entering a login and password?