?
avatar vinods
vinods
20 Dec 2013

Hello,

  1. After Joomla 3.2 and 3.2.1 upgrade i found that when user try to reset password with valid account they get message like below, and no reset take place no email sent.

JUser Object ( [isRoot:protected] => [id] => 87 [name] => user 1 [username] => email@domain.com [email] => email@domain.com [password] => $2y$10$9grYZ9Z6oFt6815lFWoqQ.08CgvZGnNV6ZGxJoD41QlUNyoubGiCW [password_clear] => [block] => 0 [sendEmail] => 0 [registerDate] => 2013-11-29 14:13:06 [lastvisitDate] => 2013-12-05 07:35:06 [activation] => 6e1cbab4982eb8fa5250f07509b867c6:$1$3ebef5ef$ [params] => {"admin_style":"","admin_language":"","language":"","editor":"","helpsite":"","timezone":"Europe\/Paris"} [groups] => Array ( [2] => 2 ) [guest] => 0 [lastResetTime] => 2013-12-07 05:54:27 [resetCount] => 1 [_params:protected] => JRegistry Object ( [data:protected] => stdClass Object ( [admin_style] => [admin_language] => [language] => [editor] => [helpsite] => [timezone] => Europe/Paris ) ) [_authGroups:protected] => Array ( [0] => 1 [1] => 2 ) [_authLevels:protected] => [_authActions:protected] => [_errorMsg:protected] => [_errors:protected] => Array ( ) [otpKey] => [otep] => )

  1. if you type a email which dose not exist in joomla everything works fine, i mean you get nice message Reset password failed: Address not valid e-mail.

here are details about my server if needed
System Information Setting Value PHP Built On Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 Database Version 5.5.33-0+wheezy1 Database Collation utf8_general_ci PHP Version 5.4.4-14+deb7u7 Web Server Apache WebServer to PHP Interface cgi-fcgi Joomla! Version Joomla! 3.2.1 Stable [ Ember ] 18-December-2013 14:30 GMT Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0

thanks

avatar vinods vinods - open - 20 Dec 2013
avatar vinods
vinods - comment - 22 Dec 2013

please can anybody help on this issue?

avatar Bakual
Bakual - comment - 22 Dec 2013

The thing is that it was fixed with 3.2.1. How did you update to 3.2.1? Using the Joomla Updater? Could you try manually FTP all files from the installation zip (without the installation folder) over the existing installation? That would make sure no file is missing.

avatar vinods
vinods - comment - 22 Dec 2013

thanks for your reply, ok i will try to update all files manually, will let you know

avatar vinods
vinods - comment - 22 Dec 2013

Hello,
i uploaded all files manually from Joomla_3.2.1-Stable-Update_Package.zip

still same problem

passwords are in this format in database

$P$DXon96m.UJ9K5xYk5qATBW3iohxXV//
or
$P$D0i/pTZwtjccHh8yKIqsIJ7XQuorqs/
or
$P$D77TYyr3a17X5Ka2Oe2HgQ0UHCdwuF.

after above did not worked i also uploaded all files manually from Joomla_3.2.1-Stable-Full_Package.zip

still same problem, any help?

thanks in advance

avatar Bakual
Bakual - comment - 22 Dec 2013

Sorry to say, I have no clue why that happens to you. I don't even know why you get this error. Do you have debug enabled for this? And maybe check the settings for sending emails. Does that work in other places?
I don't think this is a bug in Joomla. It sounds more like a issue with the settings/server than anything else.
You could ask on http://forum.joomla.org/ for help.

avatar Hutchy68
Hutchy68 - comment - 22 Dec 2013

Can you check your server's error log then post it. Does sound like a server error with mail sending.

avatar betweenbrain
betweenbrain - comment - 22 Dec 2013

@Hutchy68 @Bakual do you think there is any chance of this being related to the issue I had emailed about?

avatar Hutchy68
Hutchy68 - comment - 22 Dec 2013

Might be, but I would like to know if running a localhost or if he's actually on a hosted server. 

What I would also like to know if using a template that has overrides in it. Perhaps something is not right in one of the override files.

I just tried to replicate the problem and could not. Fresh install of 3.2, created two users, activated both, one I logged in, the other one I left as a never logged in. Upgraded to 3.2.1, reset both users passwords just fine, they changed from BCrypt to phpass as expected and I could log each one of the into the front end. Php ver 5.4.16

avatar Bakual
Bakual - comment - 22 Dec 2013

What I think is strange is that the email isn't sent. There isn't much going on in the code which could fail here. The user is looked up based on the email adress sent, a token is generated and saved to the database and then the email is processed. The password doesn't matter at all in this stage.

avatar vinods
vinods - comment - 22 Dec 2013

hello thanks all for taking note on this and for your replys, this is production website and i am on dedicated server, the problem came after Joomla 3.2 upgrade from joomla 3.1.6, the problem still there after 3.2.1 upgrade,

i use t3 v3 framework and for template override i removed all override of com_users it still giving problem. will check for server logs also note that mail are sent fine when user create account, reset login, newsletters etc.

i also use powerfull email editor plugin which allow to personalise joomla default system mails will try to disable it to see how things works.

avatar Hutchy68
Hutchy68 - comment - 22 Dec 2013

i also use powerfull email editor plugin which allow to personalise joomla default system mails will try to disable it to see how things works.

​This sounds like a likely suspect, please let us know if by disabling this the issue stops. We can then close this tracker as not a bug.

​Thanks!

avatar vinods
vinods - comment - 23 Dec 2013

Hello all,
i removed the Powerful email editor extension and its plug-in, password reset works perfectly.
Thanks all for taking note of this and helping out, you gave me hint which bring me to find problem.

Will let the developer of this extension know about this problem. Hope they will come up with solution.

Have a merry x-mas.

avatar zero-24 zero-24 - close - 23 Dec 2013
avatar Bakual
Bakual - comment - 23 Dec 2013

Closed then as not a bug.

avatar Bakual Bakual - change - 23 Dec 2013
The description was changed
Description <ol> <li>After Joomla 3.2 and 3.2.1 upgrade i found that when user try to reset password with valid account they get message like below, and no reset take place no email sent.</li> </ol><p>JUser Object ( [isRoot:protected] =&gt; [id] =&gt; 87 [name] =&gt; user 1 [username] =&gt; <a href="mailto:email@domain.com">email@domain.com</a> [email] =&gt; <a href="mailto:email@domain.com">email@domain.com</a> [password] =&gt; $2y$10$9grYZ9Z6oFt6815lFWoqQ.08CgvZGnNV6ZGxJoD41QlUNyoubGiCW [password_clear] =&gt; [block] =&gt; 0 [sendEmail] =&gt; 0 [registerDate] =&gt; 2013-11-29 14:13:06 [lastvisitDate] =&gt; 2013-12-05 07:35:06 [activation] =&gt; 6e1cbab4982eb8fa5250f07509b867c6:$1$3ebef5ef$ [params] =&gt; {"admin_style":"","admin_language":"","language":"","editor":"","helpsite":"","timezone":"Europe\/Paris"} [groups] =&gt; Array ( [2] =&gt; 2 ) [guest] =&gt; 0 [lastResetTime] =&gt; 2013-12-07 05:54:27 [resetCount] =&gt; 1 [<em>params:protected] =&gt; JRegistry Object ( [data:protected] =&gt; stdClass Object ( [admin</em>style] =&gt; [admin_language] =&gt; [language] =&gt; [editor] =&gt; [helpsite] =&gt; [timezone] =&gt; Europe/Paris ) ) [<em>authGroups:protected] =&gt; Array ( [0] =&gt; 1 [1] =&gt; 2 ) [</em>authLevels:protected] =&gt; [<em>authActions:protected] =&gt; [</em>errorMsg:protected] =&gt; [_errors:protected] =&gt; Array ( ) [otpKey] =&gt; [otep] =&gt; )</p> <ol> <li>if you type a email which dose not exist in joomla everything works fine, i mean you get nice message Reset password failed: Address not valid e-mail.</li> </ol><p>here are details about my server if needed<br> System Information Setting Value PHP Built On Linux 3.2.0-4-amd64 <a href="https://github.com/joomla/joomla-cms/pull/1" class="issue-link" title="Test">#1</a> SMP Debian 3.2.51-1 x86_64 Database Version 5.5.33-0+wheezy1 Database Collation utf8_general_ci PHP Version 5.4.4-14+deb7u7 Web Server Apache WebServer to PHP Interface cgi-fcgi Joomla! Version Joomla! 3.2.1 Stable [ Ember ] 18-December-2013 14:30 GMT Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 </p> <p>Hello,</p> <ol> <li>After Joomla 3.2 and 3.2.1 upgrade i found that when user try to reset password with valid account they get message like below, and no reset take place no email sent.</li> </ol><p>JUser Object ( [isRoot:protected] =&gt; [id] =&gt; 87 [name] =&gt; user 1 [username] =&gt; <a href="mailto:email@domain.com">email@domain.com</a> [email] =&gt; <a href="mailto:email@domain.com">email@domain.com</a> [password] =&gt; $2y$10$9grYZ9Z6oFt6815lFWoqQ.08CgvZGnNV6ZGxJoD41QlUNyoubGiCW [password_clear] =&gt; [block] =&gt; 0 [sendEmail] =&gt; 0 [registerDate] =&gt; 2013-11-29 14:13:06 [lastvisitDate] =&gt; 2013-12-05 07:35:06 [activation] =&gt; 6e1cbab4982eb8fa5250f07509b867c6:$1$3ebef5ef$ [params] =&gt; {"admin_style":"","admin_language":"","language":"","editor":"","helpsite":"","timezone":"Europe\/Paris"} [groups] =&gt; Array ( [2] =&gt; 2 ) [guest] =&gt; 0 [lastResetTime] =&gt; 2013-12-07 05:54:27 [resetCount] =&gt; 1 [<em>params:protected] =&gt; JRegistry Object ( [data:protected] =&gt; stdClass Object ( [admin</em>style] =&gt; [admin_language] =&gt; [language] =&gt; [editor] =&gt; [helpsite] =&gt; [timezone] =&gt; Europe/Paris ) ) [<em>authGroups:protected] =&gt; Array ( [0] =&gt; 1 [1] =&gt; 2 ) [</em>authLevels:protected] =&gt; [<em>authActions:protected] =&gt; [</em>errorMsg:protected] =&gt; [_errors:protected] =&gt; Array ( ) [otpKey] =&gt; [otep] =&gt; )</p> <ol> <li>if you type a email which dose not exist in joomla everything works fine, i mean you get nice message Reset password failed: Address not valid e-mail.</li> </ol><p>here are details about my server if needed<br> System Information Setting Value PHP Built On Linux 3.2.0-4-amd64 <a href="https://github.com/joomla/joomla-cms/pull/1" class="issue-link" title="Test">#1</a> SMP Debian 3.2.51-1 x86_64 Database Version 5.5.33-0+wheezy1 Database Collation utf8_general_ci PHP Version 5.4.4-14+deb7u7 Web Server Apache WebServer to PHP Interface cgi-fcgi Joomla! Version Joomla! 3.2.1 Stable [ Ember ] 18-December-2013 14:30 GMT Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 </p> <p>thanks</p>
Status New Closed
Closed_Date 0000-00-00 00:00:00 2013-12-23 08:07:04
Labels Added: ?
avatar Bakual Bakual - close - 23 Dec 2013
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
Removed: ?

Add a Comment

Login with GitHub to post a comment