Actions
Bug #2864
closedBackend: with new Confirmation Resend CB 1.7 feature confirmed then unconfirmed users don't get correct link to confirm
Description
Files
Updated by beat about 13 years ago
- 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
Fixed in r1593 .
Updated by krileon about 13 years ago
- File 2864.patch 2864.patch added
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.
Actions