Replies: 1
Hi.
I’ve set both options “Choose to require approval for new users using URA Approval on New User Registration” and “Choose to require new users to verify email After New User Registration” to YES.
The user (me) is able to sign up with custom fields and a verification e-mail is received. Upon clicking the verification URL the user is led to the page [domain]/ura-email-confirm with the GET-parameters action=verifye-mail, key and user_email all set in the URL. The Email Confirm page only shows the title, Email Confirm. In the User admin page the user is still in the “Pending verification” tab and the email is unverified. I have re-sent a verification e-mail several times.
As written in the plugin FAQ I’ve changed my “Permalink Structure” to “Post Name”. I had it set to another option and there is no difference in behavior.
I’ve tried following some of the suggestions as described by the plugin author in https://wordpress.org/support/topic/verifying-email-isnt-working/ such as adding a call to die() in page.php and ura-email-confirm.php, moved the call a bit around in the code. However, it seems like none of the files are ever called since I still see the website and the empty Email Confirm page.
I have changed my theme from MagCast to Twenty Fifteen prior to adding the die() calls.
I have RegistrationMagic and Theme My Login installed though both are disabled (with one of them, think it was TML, enabled some function call failed).
What else to try out?