The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
Suddently, cannot login - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Suddently, cannot login (/showthread.php?tid=559) |
Suddently, cannot login - patrinos - Mar 9th, 2010 Hello, we've been using FT 1.4.1 successfully to manage conference registrations for some years now. All of a sudden, we cannot login to administer FT: Upon inserting the correct admin username/password (also verified via phpmyadmin), we get the response "Sorry, that password does not match." When we request the password sent via email, it replies "Your login information has been emailed to you." however the email never arrives. As I said the admin username/pass seems to be correct, but something seems to be triggering the logout.php. The only change we made recently was a temporary 24 hour deactivation of the virtual hosting that hosts FT, while the form itself was available online at one of our other virtual hosts. Any help would be greatly appreciated. Thank you. RE: Suddently, cannot login - Ben - Mar 11th, 2010 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 RE: Suddently, cannot login - patrinos - Mar 15th, 2010 Hi Ben and thank you for the magnificent support all these years. Your suggestion PLUS a "repair table" (under Operations in phpmyadmin) on ft_user_accounts DID it. You are master, thanks again. |