CGFEURegister Email Reminder

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
WDJames
Forum Members
Forum Members
Posts: 64
Joined: Tue Feb 13, 2018 1:09 pm

CGFEURegister Email Reminder

Post 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
User avatar
PinkElephant
Forum Members
Forum Members
Posts: 169
Joined: Fri Feb 06, 2009 2:08 pm

Re: CGFEURegister Email Reminder

Post 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.
WDJames
Forum Members
Forum Members
Posts: 64
Joined: Tue Feb 13, 2018 1:09 pm

Re: CGFEURegister Email Reminder

Post 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.
Post Reply

Return to “Modules/Add-Ons”