Page 1 of 1

CGFEURegister Email Reminder

Posted: Thu Apr 06, 2023 11:28 am
by WDJames
Hello,

We are using CGFEURegister alongside FEU to allow users to self register. Everything is working as intended however, an issue that we noticed is that if the user does not complete the registration, the email reminder (to complete the registration) sends an email out every hour. I've tried updating our config file to $config['cgfr_remindusers_after_hours'] = '168'; as per the help but it does not take any effect. Has anyone experienced the same issue? Thanks for your help in advance.

Thanks,

James

Re: CGFEURegister Email Reminder

Posted: Thu Apr 06, 2023 12:18 pm
by PinkElephant
Hi James

Only a loose shot in the dark for an unknown module but...
WDJames wrote: Thu Apr 06, 2023 11:28 am sends an email out every hour [...] $config['cgfr_remindusers_after_hours'] = '168';
... could it be that your string is evaluated as integer '1' -- i.e., try unquoting the value.

Re: CGFEURegister Email Reminder

Posted: Thu Apr 06, 2023 12:50 pm
by WDJames
Hey,

Yeah, I tried that but it still doesn't work. Thanks for your reply.
PinkElephant wrote: Thu Apr 06, 2023 12:18 pm Hi James

Only a loose shot in the dark for an unknown module but...
WDJames wrote: Thu Apr 06, 2023 11:28 am sends an email out every hour [...] $config['cgfr_remindusers_after_hours'] = '168';
... could it be that your string is evaluated as integer '1' -- i.e., try unquoting the value.