Mar 11th, 2010, 8:15 PM
Hi Patrinos,
Ack, what a pain! These forums are actually for Form Tools 2, not 1.x releases, but I think I can still help. Do you have access to the database, ideally via a tool like phpMyAdmin?
What you'll need to do is reset the password in the accounts table (or user_accounts... I forget... it's been a long time since I looked at the Form Tools 1 code!). Just view the table records and find the row corresponding to the user account that you're having problems with. Then update the password field to whatever you want.
Form Tools 1 doesn't encrypt the passwords (bad!) but it does make updating them easy.
- Ben
Ack, what a pain! These forums are actually for Form Tools 2, not 1.x releases, but I think I can still help. Do you have access to the database, ideally via a tool like phpMyAdmin?
What you'll need to do is reset the password in the accounts table (or user_accounts... I forget... it's been a long time since I looked at the Form Tools 1 code!). Just view the table records and find the row corresponding to the user account that you're having problems with. Then update the password field to whatever you want.
Form Tools 1 doesn't encrypt the passwords (bad!) but it does make updating them easy.
- Ben