Announcement
Collapse
No announcement yet.
Login lockout
Collapse
X
-
Hello,
There are two ways to change it:
1. Admin user can enter to a system even if LDAP server is unavailable, and then change auth method via Administration area;
2. Open the config.php file and change 'authenticationMethod' => 'LDAP', to 'authenticationMethod' => 'Espo',
After, reload a web page and try to enter the system again.
- Likes 1
-
Hm... None of them works for me.
I can query MySQL database (SELECT * FROM user) and here I can see that there is just one non-ldap user with non-null password. It's "admin". I know this user's password. But I can not login anyway. All the other users don't have password assigned.
I also can not use "Forgot Password?" link because I don't remember admin's email.
Comment
Comment