 | |  | | | Classifieds Bug Reports Post any problems you may be having with Classifieds here. |
March 8th, 2005, 10:06 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 62
| Classifieds 2.11 standalone - lost password problem
A request:
Is anyone else running a similar version of this program using "sellerspost" as the registration system?
I would appreciate you letting me know if your's works for lost passwords. I've sent in tickets but understand they are busy and this may be an odd problem.
My ads will not allow anyone to retrieve a lost password. It keeps sending them in loops and there is no way to recover a password. A user will have to be deleted and setup if they lose the password.
-----------------
Forgot password?
It's possible to enter a registered email address and the program says to "check your email for instructions".
Email comes in fine, but clicking the link gives the error:
"The new password field does not match the confirmation field"
Thanks. A PM is fine or reply here. It's appreciated. I'm using the program for a community auction for minor hockey and am dreading someone losing their password.
Al
|
| |
March 16th, 2005, 01:20 AM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Jul 2004
Posts: 105
|
Interesting.....
I just recently had this program installed and the password was not given me when the installation was done. "No problem", I thought. I would just have the system password reminder send it to me.
Ding dong! Now I am locked out completely. I got the email message, but when I clicked on the link, I got that same error message.
Has this problem been fixed? If not then this will be an unacceptable condition for me to turn over to users. I really don't want to be forever having to manually set passwords for users.
Any word on this problem?
|
| |
March 16th, 2005, 08:43 AM
|
#3 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,736
|
Can you PM me the email which was sent to you so I can check the verifyfield variable?
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 16th, 2005, 08:52 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
The issue is the in member.php the call to generate the new pass recalls the verify email letter and not the epassnew letter body
|
| |
March 16th, 2005, 08:59 AM
|
#5 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,736
|
I've updated languages/english/emails.php: Code: Content visible to verified customers only.
then line 98 in member.php to: Code: Content visible to verified customers only.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 16th, 2005, 09:32 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jul 2004
Posts: 105
|
OK. It looks like Chuck fixed this on my system. Thanks, Chuck!
Now another question. Maybe I am blind, but I created a user account and am looking for the link in my profile that I would use to change my password. Can someone point this out to me, please?
When logged in as Admin, I still don't see that link in case someone asks me to change their password for them.
|
| |
March 17th, 2005, 03:40 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 62
|
Thanks Rich.
the change password was my concern. there appears to be no way to change a user's password .... and no way for them to reset it. They had to sign up again with a new name which didn't work with an auction, esp if they already bid.
I added the changes listed above but if a user requests a lost password it says to 'check your email' for instructions: and when it arrives, clicking the link presents them with:
"your password field does not match the confirmation field"
It always seem to show the user id of 0 no matter which user asks for the reset.
member.php?ppaction=rpwd&uid=0&verifykey=1111090904
I solved it by turning my ads off rather than deal with frustrated users.
|
| |
April 14th, 2005, 03:56 PM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 4
| ???
Are you guys working on this SERIOUS problem.....or did I just throw my hard earned money away? I have had nothing but problems with this ...
|
| |
April 14th, 2005, 04:12 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
I show the current download has this fixed
|
| |
April 14th, 2005, 04:21 PM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 4
|
I paid for this and dowloaded it yesterday....so it's obiously not....what do I do?
|
| |
April 14th, 2005, 04:27 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
I just downloaded the software and the change Michael noted is indeed in there
|
| |
April 14th, 2005, 04:35 PM
|
#12 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 4
|
thats strange...so the fix was uploaded this morning?
|
| |
April 14th, 2005, 05:03 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
Not that I am aware of.
|
| |
April 14th, 2005, 08:07 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 62
|
As I mentioned in my reply a month ago, the fix posted never solved the lost password problem for users.
It was still not working so I removed the program.
|
| |
April 14th, 2005, 09:08 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
Then you did not edit something correctly as Rich stated his system was fixed and the developer posted the correct fix here and it works and our script was updated to reflect the change.
|
| |
April 18th, 2005, 12:45 PM
|
#16 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 4
|
I'm not trying to be smart here but , I think you guys need to do your own fresh install of the package before you tell us that we are wrong...it is not fixed....
|
| |
April 21st, 2005, 07:26 AM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
In emails.php line 147
{$Globals['maindir']}/member.php?ppaction=rpwd&uid={$uid}&verifykey={$joindate}
change to
{$Globals['maindir']}/member.php?ppaction=rpwd&uid={$dbuid}&verifykey={$joindate}
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 01:57 AM. | |