We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Some User Are Unable to reset the password[Invalid password reset code] [Solved] | Forum

Joseph Simon
Joseph Simon Jun 19 '13
I came accross  a situtation in which when an user request a new password and  when they enter the code to reset the password  it is saying invalid code... did anyone had this similar problem?
The Forum post is edited by Alia Jun 21 '13
Alia Team
Alia Jun 20 '13
Joseph, check my reply here: http://www.oxwall.org/forum/topic/8465?page=1#post-42011

I have given two links in the reply.
Can you check your language keys as pointed out in this link: http://www.oxwall.org/forum/topic/7803%C2%A0 ?

Joseph Simon
Joseph Simon Jun 20 '13
oh yea that really did the trick thanks dear Aliia
Jobee Bendijo
Jobee Bendijo Apr 13 '14

I had the same problem here is what I did to correct it.


ow_system_plugins/base/bol/user_reset_password_dao.php


At line 104

$example->andFieldGreaterThan(self::EXPIRATION_TS, time());

to this

$example->andFieldGreaterThan(self::EXPIRATION_TS, time() + 3600);


3600 = 1hr