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

[SOLVED] Forgot password don´t work | Forum

Charli
Charli Jan 11 '13
Hi!
The url an the code in the Mail don´t work for me.
Unfortunately you reset code is invalid or expired. Please follow the link and try to reset it again.
I tasted again and again, nothing, allways the same massage.
Some solutions?
thx
Charli

The Forum post is edited by Charli Jan 11 '13
Charli
Charli Jan 11 '13
Solved!
Language problem.
English = ({$requestUrl})
German = {$requestUrl}
the brackets have been missing!
thx
Charli
tracy
tracy Jan 11 '13
what file can we find this code?

Charli
Charli Jan 12 '13
Hi Tracy,
admin/settings/languages and then edit your language.
thx
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

tammy harris
tammy harris Apr 14 '14
i posted a fix for this problem long time ago here
http://www.oxwall.org/forum/topic/15377