You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
Hi!
![image](https://private-user-images.githubusercontent.com/25729524/381408513-11d067e3-a89b-4ffe-8a73-c6f9da7e130d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTI1MjIsIm5iZiI6MTczODk1MjIyMiwicGF0aCI6Ii8yNTcyOTUyNC8zODE0MDg1MTMtMTFkMDY3ZTMtYTg5Yi00ZmZlLThhNzMtYzZmOWRhN2UxMzBkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE4MTcwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVmZGQ2MTg2ODRmNjE5ZjU0YmNjNTlmMWNhODQxNDZjNWVjOTdlZmU0Zjk1NDM2NzJiNjQ0MWU3ZTNiZDZiZTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.aTS-zrRfCRbWop3h0ap6xbR0sv5ziyomXiY181kJJ7I)
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
![image](https://private-user-images.githubusercontent.com/25729524/381408849-140b216f-ed3d-4a3c-8828-671a82091aee.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTI1MjIsIm5iZiI6MTczODk1MjIyMiwicGF0aCI6Ii8yNTcyOTUyNC8zODE0MDg4NDktMTQwYjIxNmYtZWQzZC00YTNjLTg4MjgtNjcxYTgyMDkxYWVlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE4MTcwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU3ZDlkMzU2MmFiNmQ0MmQzOTQ2YzRmNTNhZGUzYmIwMTliNWUwZmU1NzExZWJmNjEzMDQ5Y2E1OWIzYjliYjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qyzhSaXnaZe6o2cUzVGAbKrjPBanTqQ_0FnVkhZK4D0)
Call to a member function getId() on null
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?
The text was updated successfully, but these errors were encountered: