FrontEndUsers allow forgot password

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
timdebuurman
Power Poster
Power Poster
Posts: 891
Joined: Sun Nov 06, 2011 8:15 pm
Location: Deventer, Netherlands

FrontEndUsers allow forgot password

Post 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..
NextDoorMedia - Online Marketing Partner
https://www.nextdoormedia.nl
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3484
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: FrontEndUsers allow forgot password

Post 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
User avatar
timdebuurman
Power Poster
Power Poster
Posts: 891
Joined: Sun Nov 06, 2011 8:15 pm
Location: Deventer, Netherlands

SOLVED Re: FrontEndUsers allow forgot password

Post 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.
NextDoorMedia - Online Marketing Partner
https://www.nextdoormedia.nl
Post Reply

Return to “Modules/Add-Ons”