Restore from failure issue

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Locked
StAugIT
Posts: 21
Joined: Wed Oct 25, 2006 6:07 am

Restore from failure issue

Post by StAugIT »

I had a drive fail and I had to start everything from scratch, I had a backup of the database but the problem is that I don't remember what the salt was. Not all of the users had set a email address so I need to know 1 of 2 things:

1) Where the email addresses for each user would be stored in the database

2) where the hashes for the passwords are so that I can make new hashes and plug them into the database manually

Thanks for your time.
--------------------
Atlantique Press
St. Augustine Florida
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Emails are stored in the "users" table, the best idea is to use the "forgot password" button for the administrator user, then use that user to edit the passwords of the rest of the employee accounts.

Be sure to set your salt in timetrex.ini.php to something other then "0" before you do all this though.
Locked