atwellpub / resend-welcome-email

WordPress plugin that helps quickly regenerate a new passwords & send a new welcome email to a user.
17 stars 14 forks source link

Update for 4.3.1+ way of doing wp_new_user_notification() #2

Closed jazbek closed 8 years ago

jazbek commented 8 years ago

In WP 4.3, wp_new_user_notification() stopped sending passwords via email, and instead it sends a reset password link. The 2nd argument to the function is deprecated.

There's also no longer a point to setting a new password for the user before resending the welcome email, as they will be asked to set one.

atwellpub commented 8 years ago

Great thank you!