erdemyerlitas
You can go to the database, go to the _staff table, set your Agent account’s backend
value to NULL
, ensure you have a local password set - there should be a value in the passwd
column (if none set you can set one manually to a bcrypt hashed password with 8 round entropy - there are free tools online that can generate them), go to the _plugin table, set isactive
to 0
for the LDAP plugin, and you should be able to login with a local password.
Cheers.