Page 1 of 1

FrontEndUsers allow forgot password

Posted: Fri Apr 17, 2020 1:17 pm
by timdebuurman
Hi,

I'm kindy struggeling with the new FrontEndUsers (3.2.2)
The Forgot Password link is missing.
In the template (orig_loginform.tpl) I see a $allow_forgotpw tag, so it seems the forgot password must be allowed somewhere, but I cannot se where that should be set.

Only thing I found was the config-setting:
$config['feu_disable_forgotpw']

Forcing the link to show up, gives a 'Permission denied' dialog after clicking on it..

Re: FrontEndUsers allow forgot password

Posted: Fri Apr 17, 2020 7:37 pm
by velden
Check if you have the 'feu_disable_forgotpw' setting in /config.php (the CMSMS config.php file).

Also check if you have the setting in /assets/configs/feu_settings.json

As far as I can see it should either be not present in both config and the json file OR it should be set to false (BOOLEAN!)

The 'Permission denied' message you get makes me think you have the setting in either config.php and/or /assets/configs/feu_settings.json

SOLVED Re: FrontEndUsers allow forgot password

Posted: Mon Apr 20, 2020 7:59 am
by timdebuurman
Thx, indeed the value was on 'true' in the json file.
Setting this on 'false' in the config php file did not override it.