The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Sorry, that password does not match. - 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: Sorry, that password does not match. (/showthread.php?tid=1883)



Sorry, that password does not match. - sstoney200 - Feb 1st, 2012

Hi Ben,

I wonder if you can help me?

Yesterday I was trying to log into my formtools accounts at:

http://www.for-rent-nerja.com/formtools/
http://www.for-rent-nerja.com/fr/formtools/
http://www.for-rent-nerja.com/de/formtools/
http://www.for-rent-nerja.com/es/formtools/

and I was presented with the error: No user account ID was found in sessions.

I don't know why this error has occurred because I have been using all the accounts fine for about a year. Anyway, I done a bit of searching on these forums and found that adding $g_session_type = "database"; on the global > config.php file enabled me to log in to all but:

http://www.for-rent-nerja.com/es/formtools/

As soon as I try to log in now I get the error: Sorry, that password does not match.

But this seems crazy since I absolutely know the password is correct PLUS Firefox stores these passwords anyway so I don't even need to enter it and it's been logging in this way for a year so it's really puzzling!

Does this error sound like anything familiar to you because I'm completely lost? The form still works fine and also I tried to send the forgotten password I have access to the email but have not received anything!

Anyway I hope you can help?
Cheers,
Jay
info@for-rent-nerja.com



RE: Sorry, that password does not match. - FriedGeek - Feb 1st, 2012

If you have access to PHPMyAdmin, you can change your password through it by doing this:

Open the PHPMyAdmin application through your control panel.

Click on the database link related to your formtools installation (the one you're having problems with).

On the left nav, you should see a table link - ft_accounts

Click on it and it'll display your admin and client rows. Click on "Edit" (or the pencil/paper icon) on the admin row. You should see a display page of all fields associated with the administrator's account.

Now before you do anything to this database, repeat the same steps so you can access the database to one of your formtools installations that you can access and know the password to.

Look for the password field. You won't see the password itself but you'll see the encrypted string instead. It'll look something like vs8d7a87aduytrdjsjs.....

Copy that string into the password field of the installation you're having problems with. Save your changes. Try logging in using the same password from the installation that does work.

Hopefully, this will work for you.



RE: Sorry, that password does not match. - sstoney200 - Feb 1st, 2012

(Feb 1st, 2012, 3:06 PM)FriedGeek Wrote: If you have access to PHPMyAdmin, you can change your password through it by doing this:

Open the PHPMyAdmin application through your control panel.

Click on the database link related to your formtools installation (the one you're having problems with).

On the left nav, you should see a table link - ft_accounts

Click on it and it'll display your admin and client rows. Click on "Edit" (or the pencil/paper icon) on the admin row. You should see a display page of all fields associated with the administrator's account.

Now before you do anything to this database, repeat the same steps so you can access the database to one of your formtools installations that you can access and know the password to.

Look for the password field. You won't see the password itself but you'll see the encrypted string instead. It'll look something like vs8d7a87aduytrdjsjs.....

Copy that string into the password field of the installation you're having problems with. Save your changes. Try logging in using the same password from the installation that does work.

Hopefully, this will work for you.

Legend!! Thanks mate that worked a treat! :-)

Any reasonable explanation as to why this happened though?

Thanks again! ;-)


RE: Sorry, that password does not match. - FriedGeek - Feb 1st, 2012

It could be a number of things: Hosting service MySQL update, hacker, someone used your machine and discovered your FT websites (by storing your passwords in your browser, you're making it easy for any users of your machine to access your stuff), a server virus, a corrupted database (always keep your databases backed up), and a few other reasons... If in doubt over any of these reasons, do like millions of other internet posters do and blame it on Bush or Obama ;-)


RE: Sorry, that password does not match. - sstoney200 - Feb 2nd, 2012

(Feb 1st, 2012, 6:00 PM)FriedGeek Wrote: It could be a number of things: Hosting service MySQL update, hacker, someone used your machine and discovered your FT websites (by storing your passwords in your browser, you're making it easy for any users of your machine to access your stuff), a server virus, a corrupted database (always keep your databases backed up), and a few other reasons... If in doubt over any of these reasons, do like millions of other internet posters do and blame it on Bush or Obama ;-)

haha well cheers for your help!