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
Actions
Added by nant over 13 years ago. Updated over 13 years ago.
Description
Files
2864.patch (1.13 KB) 2864.patch | krileon, 01 November 2011 17:01 |
Fixed in r1593 .
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.