Activation key sent message

Ticket for: User Verification
0
Activation key sent message 1
Emil
Jul 10, 2019 03:17 PM 1 Answers
Member Since Jul 2019
Subscribed Subscribe Not subscribe
Flag(0)

After registration (before verification) "Activation key sent" message is not showing

2 Subscribers
Activation key sent message 1
Activation key sent message 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Activation key sent message 4
PickPlugins
Jul 10, 2019
Flag(0)

Welcome to our forum.

You probably using custom registring form that needs to integrate, can you please send me your register page URL?

Regards

Activation key sent message 5
Emil
- Jul 13, 2019 11:11 AM
Flag (0)
0

I have redirection after logout to home URL.

/* redirects after logout */
add_action('wp_logout','logout_redirect');
function logout_redirect(){ wp_redirect( home_url() ); exit;}

I did try without redirection and it is still not showing the message.

Activation key sent message 6
PickPlugins
- Jul 13, 2019 10:59 AM
Flag (0)
0

For WooCommerce you don't need to use the "user_verification_message" shortcode, Please make sure why it redirecting after registration. i have tried to register an account and haven't received the verification code.

Activation key sent message 5
Emil
- Jul 11, 2019 01:47 AM
Flag (0)
0

It's look like to me that this short code is not working on my site
[user_verification_message message="Please check email to verify account first"]
if I send unverified user to page with that short code will not show the message for verification and will not log out that user.

1+ more comments. Sign in to Reply
Replying as Submit