Bug #2864
closed
Backend: with new Confirmation Resend CB 1.7 feature confirmed then unconfirmed users don't get correct link to confirm
Added by nant about 13 years ago.
Updated about 13 years ago.
Start date:
04 October 2011
Files
- Subject changed from Investigate backend workflows with new Confirmation Resend CB 1.7 feature to Backend: with new Confirmation Resend CB 1.7 feature confirmed then unconfirmed users don't get correct link to confirm
- Status changed from New to Closed
- Assignee set to beat
- Target version set to CB 1.7.1
- % Done changed from 0 to 100
- Estimated time set to 1:00 h
r1593 moves the activation code generation function too far up where $this->id doesn't exist yet. The attached patch places it directly below where $this->id is generated for new users, it can't be moved any further up except outside of the if ( $result ) check, which won't matter as the user creation failed if that if check fails.
r1619 fixes this finally.
Also available in: Atom
PDF