1.1) Open the file at installed_extensions.php, set the  'active' => false
       
       $installed_extensions = array (
  1 =>
  array (
    'name' => 'Auth_LDAP',
    'package' => 'auth_ldap',
    'version' => '2.3.5-1',
    'type' => 'extension',
    'active' => false,
    'path' => 'modules/auth_ldap',
  ),
);


   1.2) Open the file at company/0/installed_extensions.php, set the  'active' => false
       
       $installed_extensions = array (
  1 =>
  array (
    'name' => 'Auth_LDAP',
    'package' => 'auth_ldap',
    'version' => '2.3.5-1',
    'type' => 'extension',
    'active' => false,
    'path' => 'modules/auth_ldap',
  ),
);

  These module was submitted by myself, but if you do not have Ldap Server. It doesn't work. Hope it help.

Cheers,

tclim

I tried your method without success ... version 2.3.10

2

(14 replies, posted in Report Bugs here)

I had the same problem in Version 2.3.10, manually reset the MD5 password in myphpadmin (table _users) still cant log in...

3

(3 replies, posted in Setup)

I faced the same problem in  2.3.10, manually reset it in phpmyadmin without success ...

4

(2 replies, posted in Installation)

I tried that without success... anyway to force open in config file ?