Reverting back to hybrid

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Locked
MustQ
Posts: 10
Joined: Thu Jul 26, 2012 12:07 pm

Reverting back to hybrid

Post by MustQ »

I had AD authentication working, but now for some reason it stopped working and no matter what account I try to login with it tells me bad username/password. How do I go into the system and manually change the setting back to hybrid login so I can login and troubleshoot the problem?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Reverting back to hybrid

Post by shaunw »

Edit your timetrex.ini.php file and under the [other] section add this line:

Code: Select all

enable_ldap = FALSE
That should disable the LDAP authentication and allow you to fall back to the local passwords.
Locked