Hi there,
I’d like to weigh in on this issue.
It seems that the plugin is calling wp_update_user() with a ‘password’ argument *every* *time* a user logs in. This is what is causing the notification emails to go out. It is described in detail here: https://ww.wp.xz.cn/support/topic/read-this-first-%E2%80%93-wordpress-43-master-list?replies=4#post-7314894
I am going to use the add_filter() temporary fix, but it would be nice if the plugin could do a password check before trying to update it 🙂
Cheers
—
Romain