• Hello, the plugin does the automatic access plus password field added correctly, but since it’s activated the admin and registered users doesn’t receive emails after they register! Do you know why is this happening? ?? Of course I have activated the 3 last checkboxs in plugin config.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jeff Sherk

    (@jsherk)

    So the first thing to check is if you are receiving the admin and registered emails with my plugin disabled.

    So please de-activate my plugin, and then register a new user (try to use an extra email you have access too) and see if you receive the Admin notification and the user notification about the new account.

    Please report back your findings.

    Thanks

    Thread Starter crisvalls

    (@crisvalls)

    Hello,

    I did some tests and deactivating “user_register” action, the email is sended correctly.

    However, I activated this in order to do redirection to homepage after user registers, because your plugin doesn’t redirect to any url (I tried “/”, “domain.com”, “/wp-login.php?action=register&redirect_to=domain.com” but anything works from your plugin).

    Also, with “registration_redirect” filter, I can’t redirect properly to homepage or any other page than default: “/wp-login.php?checkemail=registered”.

    Any ideas? I didn’t update to WordPress 6.0 yet, but I think this is not relevant for this, right?

    Thank you.

    Plugin Author Jeff Sherk

    (@jsherk)

    So looking at my instructions, it may be unclear, but the option for “Enter web page to redirect after registration” only works under the following circumstances:

    (1) The “Check to ENABLE auto-login for new user after registration” is Checked/Enabled.

    AND
    (2) The user is registering from the default register page which is
    /wp-login.php?action=register

    AND
    (3) The “Check to ENABLE Password required fields on new user registration form” is Checked/Enabled.

    All three conditions must be true for the redirection to take place.

    Also, the redirection only occurs one time during the registration process, and not every single login.

    Hopefully this makes more sense.

    And you are correct, that WordPress update to 6.0 is not required.

    Thread Starter crisvalls

    (@crisvalls)

    Hi!

    All 3 checkboxes were of course checked, and register is doing from WP default register page, and only I want to redirect to homepage during registering process. So all conditions are checked, BUT IS NOT WORKING ??

    The plugin uses any filter or hook that can conflict with my functions.php filters? I deactivated everything that can have conflicts, because I was using “registration_redirect”, “login_redirect” and “user_register” filters.

    PS: I’m also using “wp_new_user_notification_email” filter because I need to change email text and my language is spanish so your checkbox doesn’t work.

    Thanks!!

    Plugin Author Jeff Sherk

    (@jsherk)

    The plugin uses the “user_register” filter so if you have any other plugins that are also using that filter, or if you are using that filter within your functions.php then most likely that is causing a conflict and preventing it from redirecting.

    Thread Starter crisvalls

    (@crisvalls)

    Any other plugin uses it, so I don’t understand why it doesn’t work. Which filter do you use for changing the email if you activate that checkbox? Because it doesn’t work to me neither.

    Plugin Author Jeff Sherk

    (@jsherk)

    The following three options, all use the “wp_mail” filter.

    Option 1
    Check to change the text in new users welcome email from “set your password” to “change your password”

    Option 2
    Check to ENABLE admin notification email of new user registrations

    Option 3
    Check to ENABLE admin notification email of users lost/changed passwords`

    Which option specifically is not working?
    And is it ENABLED/CHECKED when it is not working, or DISABLED/UNCHECKED that is not working?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Admin and users don’t receive emails after registering’ is closed to new replies.