Forum Replies Created
- AuthorPosts
SteveParticipantThank you. Looking forward to hearing back.
SteveParticipantSure. When logging into my site and I check off the remember me box the expiration date on the cookie says “When the browsing session ends”. It does not update to the default WordPress amount of two weeks. if I disable the plugin and use the default WordPress login and check the remember me option then the cookie gets updated with the default 14 day expiration date.
I have tried this with the default twenty fourteen theme on a fresh WordPress install with the same results.
Thanks
SteveParticipantyes i tired that and it did work with the plugin disabled
SteveParticipantThinking it might be a plugin conflict. I setup another site with a fresh WordPress install and just the pi-register plugin. With the plugin active the remember option does not work.
WordPress version 4.1
SteveParticipantThanks. I would like to request it be added in a future version if possible.
SteveParticipantI figured it out. Commented out that bit of code. So my new line looks like this.
if(!empty($bcc))//remove verification && filter_var($bcc,FILTER_VALIDATE_EMAIL))//Validating BCCThen on the bcc line i added each email address I wanted delimited with a “,” no spaces. I can now send to multiple people.
Thanks for the help.
SteveParticipantThanks. Do I just need to comment that out. Also would i need to add a delimiter such as “;” in between each email.
SteveParticipantright. but it is possible to have more than two? I have about 5 people that i would like to get notified with new user registrations.
SteveParticipantHow would I add multiple address. I have tried using a delimiter such as “;” and “,” but it does not seem to work. it only sends to that first email.
- AuthorPosts
