Actions
Bug #5259
closedSend reconfirmation email only works for users with existing confirmation code
Description
The conditions to resend the reconfirmation are that confirm is 0 (user is unconfirmed) and cbactivation is not empty (confirmation code), but the second condition doesn't make sense. It should just generate a confirmation code if needed and send the email if the user is unconfirmed.
Actions