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.
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !885
Actions