Support Forums


Go Back   68 Classifieds Forums > Help & Support > v4.1 Questions & Support

Notices

 
LinkBack Thread Tools Display Modes
Old 07-21-2009, 02:42 AM   #1
Member
 
Join Date: Nov 2008
Posts: 66
Rep Power: 5
Isje is on a distinguished road
Default Password Reset option sending two different password

Hi,

If a user forgets his password, there is the option of receiving a reset link. Once this reset link is clicked on, a new automatically generated password is sent to the user. But TWO different passwords are sent out! Of which the latest is the correct one.

Any idea why this happens?

Thanks

EDIT: the version of the userforgot.php file is * @version $Revision: 14 $
__________________
Using v4.1.3 Developer
NuStyle Lime Template

Last edited by Isje; 07-21-2009 at 03:14 AM.
Isje is offline   Reply With Quote
Old 07-21-2009, 10:31 AM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,176
Rep Power: 119
Eric Barnes is a jewel in the rough
Default

In the latest version it sends two emails but not at once.

When they click forgot password it sends an email with a link they must follow to reset the password. Once they click that link another email is sent with the new password.

If that is not what is happening on your site then I would recommend upgrading.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 07-21-2009, 01:12 PM   #3
Member
 
Join Date: Nov 2008
Posts: 66
Rep Power: 5
Isje is on a distinguished road
Default

Quote:
Originally Posted by Eric Barnes View Post
In the latest version it sends two emails but not at once.

When they click forgot password it sends an email with a link they must follow to reset the password. Once they click that link another email is sent with the new password.

If that is not what is happening on your site then I would recommend upgrading.
Hi Eric,
Indeed, it sends first a link that should be followed, but once they click on the link two emails containing two different passwords are sent out.

I just saw that my 6month free upgrade has expired. Is there something I can change somewhere to resolve this?

Thanks, Isje
__________________
Using v4.1.3 Developer
NuStyle Lime Template
Isje is offline   Reply With Quote
Old 07-21-2009, 01:38 PM   #4
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,176
Rep Power: 119
Eric Barnes is a jewel in the rough
Default

I just tested it on my site and it worked fine. Only one email.

Open includes/classes/kernel/Mailer.php and see if it is this revision:
* @version $Revision: 308 $
* @Updated: $Date: 2009-03-31 11:40:15 -0400 (Tue, 31 Mar 2009) $
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 07-22-2009, 05:58 AM   #5
Member
 
Join Date: Nov 2008
Posts: 66
Rep Power: 5
Isje is on a distinguished road
Default

Hi Eric, yes this is the version I have as well.
Thanks again, Isje

Quote:
Originally Posted by Eric Barnes View Post
I just tested it on my site and it worked fine. Only one email.

Open includes/classes/kernel/Mailer.php and see if it is this revision:
* @version $Revision: 308 $
* @Updated: $Date: 2009-03-31 11:40:15 -0400 (Tue, 31 Mar 2009) $
__________________
Using v4.1.3 Developer
NuStyle Lime Template
Isje is offline   Reply With Quote
Old 07-23-2009, 06:53 AM   #6
Member
 
Join Date: Nov 2008
Posts: 66
Rep Power: 5
Isje is on a distinguished road
Default

Hi Eric, any more suggestions?

Thanks!
__________________
Using v4.1.3 Developer
NuStyle Lime Template
Isje is offline   Reply With Quote
Old 07-23-2009, 07:01 AM   #7
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 1,294
Rep Power: 32
seymourjames has a spectacular aura about
Default

Why not upgrade to 4.1.4 ? or reinstall your core files. I think 90% of issues I see in support are solved by re-installing because they are not issues or bugs at all (they are file transfer corruptions, missing files, bad edits, etc). If I had a dollar for every time I have had to propose that files are uploaded again I would be a wealthy man - LOL . Ty re-installing your core files.
__________________
TemplateCodes.com
seymourjames is offline   Reply With Quote
Old 07-23-2009, 09:37 AM   #8
Member
 
Join Date: Nov 2008
Posts: 66
Rep Power: 5
Isje is on a distinguished road
Default

Quote:
Originally Posted by seymourjames View Post
Why not upgrade to 4.1.4 ? or reinstall your core files. I think 90% of issues I see in support are solved by re-installing because they are not issues or bugs at all (they are file transfer corruptions, missing files, bad edits, etc). If I had a dollar for every time I have had to propose that files are uploaded again I would be a wealthy man - LOL . Ty re-installing your core files.
Hi Eric,
Why not upgrade? My free upgrade term has expired, and I find upgrading a bit tricky as I've made quite a few changes already...

When you say, re-install the core files, which files do you mean exactly?
Will I have to run the setup again?

And what will happen to the files I've edited already?

Sorry for the so many questions

Isje
__________________
Using v4.1.3 Developer
NuStyle Lime Template
Isje is offline   Reply With Quote
Old 07-23-2009, 09:54 AM   #9
Member
 
Join Date: Nov 2008
Posts: 66
Rep Power: 5
Isje is on a distinguished road
Default

The strange thing is that after I shortened the lenght of the password from 15 characters to 6 the behaviour of sending two passwords stopped. So now it sends only 1 new password. Any idea why?

I find the current way of resetting a password quite lengthy.
Is there a way to just resend the password used when registering?
This instead of sending a reset link, and then a new password?

Thanks again
__________________
Using v4.1.3 Developer
NuStyle Lime Template
Isje is offline   Reply With Quote
Old 07-23-2009, 10:03 AM   #10
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,176
Rep Power: 119
Eric Barnes is a jewel in the rough
Default

No that is not possible because the password is encrypted in the database. The only way to send a lost password is to create a new one.

We added the validation step to keep folks from requesting a new password for someone other than themselves.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customer area password reset problem redmtnex v4 Questions & Support 1 08-16-2008 06:16 PM
ftp password goyadi v4 Questions & Support 1 05-30-2008 09:54 PM
Admin password Grebogreen v4 Questions & Support 1 04-26-2007 06:55 PM
Password Problems Bucketman v3.0 Questions & Support 1 11-27-2006 10:16 AM
How to reset Admin password PonyXchange v3.1 Questions & Support 0 05-21-2006 01:15 PM


All times are GMT -4. The time now is 07:04 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0