Hey,
On my site, users can update their email address, but I want them to also verify their new email address.
Does anyone know how to do this that does not require a plugin?
Thanks
You can use frm_pre_update_entry to see if the email address changed and then use this tutorial to trigger an email action with the confirmation link in it. You'll have to do something about toggling a value for whether the user's email has been verified.
Please login or Register to submit your answer