Announcement

Collapse
No announcement yet.

Login lockout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Login lockout

    LDAP server has been used for authentication. Now this server is moving to a new location and for this reason it is temporary unavailable.

    As a side effect, noone is able to login to EspoCRM. Is there a way to switch to local authentication by modifying config file?

    Click image for larger version

Name:	
Views:	0
Size:	20.4 KB
ID:	55832

  • #2
    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.

    Comment


    • #3
      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


      • #4
        I removed config.php and started installation again. During installation I was able to set new admin password.

        Comment

        Working...
        X