Home arrow Forum Lost Password doesn't seem to work
  Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 05:04:55 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 2.0.x (Moderators: -Wolverine, kai920)
| | | |-+  Lost Password doesn't seem to work
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 Go Down Print
Author Topic: Lost Password doesn't seem to work  (Read 6017 times)
Christina
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 33


View Profile
Lost Password doesn't seem to work
« on: October 02, 2006, 04:26:14 PM »

For whatever reason, I've had several users do a "lost password" recently, then they try to login on the Joomla side with the new password and get Incorrect Username Or Password.  I've had to reset their passwords manually, and only then does it work.  Any ideas why?  (And yes, I have searched, and nothing comes up, so if it's already been an issue for someone, I am not finding it).  I'm using the Community Builder Login.

I'm on Joomla 1.0.11
Community Builder 1.0.1
JSFM 2.0 Beta 3
SMF 1.1 RC3
« Last Edit: October 02, 2006, 04:28:18 PM by Christina » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-36
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Lost Password doesn't seem to work
« Reply #1 on: October 02, 2006, 06:02:41 PM »

so they requested a password reset from SMF or CB?
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Christina
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 33


View Profile
Re: Lost Password doesn't seem to work
« Reply #2 on: October 02, 2006, 06:18:15 PM »

so they requested a password reset from SMF or CB?

Sorry - from CB, and when I reset it manually in CB, it IS updating SMF.  Do you think the problem is CB?  It only seemed to creep up after I upgraded the bridge, but then again, if no one was having the problem before, they weren't reporting it - OR - no one was resetting passwords before.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-36
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Lost Password doesn't seem to work
« Reply #3 on: October 02, 2006, 09:22:04 PM »

I'm wondering if the problem is actually SMF not updating CB.  If they requested when trying to login to SMF it might be that they requested through SMF.  I will look into the issue.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Christina
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 33


View Profile
Re: Lost Password doesn't seem to work
« Reply #4 on: October 03, 2006, 12:53:56 PM »

I created a test account, and when I try either "lost password" from the CB login, or if I try "forgot password" from SMF, I get redirected to the same place to enter username and email address.  I enter the info, and it then goes to a blank screen (is this a caching problem?)  I get the password in an email.  I enter the new password, and it does not work.  I get the pop up "Incorrect Username or Password, please try again."  If I try to login through SMF (wrapped) I get "Password Incorrect."
Logged
Jeremy
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 31


View Profile
Re: Lost Password doesn't seem to work
« Reply #5 on: October 03, 2006, 01:04:02 PM »

I created a test account, and when I try either "lost password" from the CB login, or if I try "forgot password" from SMF, I get redirected to the same place to enter username and email address.  I enter the info, and it then goes to a blank screen (is this a caching problem?)  I get the password in an email.  I enter the new password, and it does not work.  I get the pop up "Incorrect Username or Password, please try again."  If I try to login through SMF (wrapped) I get "Password Incorrect."

I had one user report the same problem.  I actually have not had time to look into the issue and just reset it for them at the time.  So it looks like this might actually be a real issue. 
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-36
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Lost Password doesn't seem to work
« Reply #6 on: October 03, 2006, 10:27:00 PM »

I believe I found a bug in this bit of code, especially when coming from CB.  I'm looking into it now.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Christina
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 33


View Profile
Re: Lost Password doesn't seem to work
« Reply #7 on: October 04, 2006, 01:03:36 PM »

You ROCK!  Thanks for looking into it!
Logged
paul seekon
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Lost Password doesn't seem to work
« Reply #8 on: October 25, 2006, 06:31:11 PM »

hey guys, anyone find a solution for the above problem yet?
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-36
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Lost Password doesn't seem to work
« Reply #9 on: October 27, 2006, 08:32:53 AM »

check this in JSMF 2.0RC2 and lemme know if it is fixed.  JSMF 2.0RC2 should be released this week.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
fabs
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 18


View Profile
Re: Lost Password doesn't seem to work
« Reply #10 on: February 21, 2007, 06:35:27 AM »

i still run into problems when trying to renew lost password through the cb_login_module lost password link... is there any possible fix for that?
i have the error snapshot attached..
Logged
fabs
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 18


View Profile
Re: Lost Password doesn't seem to work
« Reply #11 on: February 21, 2007, 06:37:39 AM »

oupps. the fix has already been posted on the realease thread of com_smf 2.0.2

this is what u need to do:

On line 1178 of administrator/components/com_smf/admin.smf.class.php you will fine this line:
Code:
global $database;
The fix is to append one line after that one, like this:
Code:
global $database;
global $jsmfConfig;

AND

On or around line 1197 find this line:
Code:
"WHERE id = '$smf_id' ";
And change it to be:
Code:
"WHERE ID_MEMBER = '$smf_id' ";

the original fix can be found on this thread:
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,3289.msg16624#msg16624
« Last Edit: February 21, 2007, 06:51:02 AM by fabs » Logged
xoail
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 18


View Profile
Re: Lost Password doesn't seem to work
« Reply #12 on: March 25, 2007, 03:51:12 AM »

Same problem with me.
Tried the fix stated above but it isnt helping me.

I am still getting "Sorry, no corresponding User was found" error when I try to request the pass.

Please help.
Logged
xoail
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 18


View Profile
Re: Lost Password doesn't seem to work
« Reply #13 on: March 25, 2007, 05:16:52 AM »

I tried this to see if this works:

Went to forum link site.com/forum
clicked on forgot pass and submitted the account email. it worked!
got the password reset. works great from smf login
but throws the user/pass incorrect error when I tried with cb login.

just to let you know, I m using
Joomla 1.0.12
Community Builder 1.0.2
JSFM 2.0.2
smf cb plugin 2.0.3
SMF 1.1.2

Thanks.
Logged
xoail
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 18


View Profile
Re: Lost Password doesn't seem to work
« Reply #14 on: March 26, 2007, 10:22:27 AM »

anybody?  Huh
Logged
Pages: [1] 2 Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use







Joomla Hacks German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
About Advertise Register Login