When a user account is changed from "blocked" to "active" by admin, duplicate account activation emails are being sent to the user.

When Password Policy is uninstalled, only a single account activation email is sent.

Comments

tacituseu’s picture

The whole 'submit' part of password_policy_user() should have been removed by patch in #605732: Account activation triggers both Account activation email and Password Recovery email.

keva’s picture

should that patch be applied to 6.x-1.0-beta1?

I assumed the patch was already in 6.x-1.0-beta1, since changing from "blocked" to "active" no longer sends the Password Reset email.
But it does send duplicate Account Activation emails.

tacituseu’s picture

One chunk got lost, removal of old 'submit' code.

deekayen’s picture

Status: Active » Fixed

It should be gone in HEAD now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kevin.dutra’s picture

Haven't found any sort of roadmap for this module, but is there liable to be a release anytime in the near future that would include the fix for this? (It's been over a little over a year now since beta1.)