Project

General

Profile

Actions

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 over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
04 October 2011
Due date:
% Done:

100%

Estimated time:
1:00 h


Files

2864.patch (1.13 KB) 2864.patch krileon, 01 November 2011 17:01
Actions #1

Updated by beat over 12 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 .

Actions #2

Updated by krileon over 12 years ago

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 #3

Updated by beat over 12 years ago

r1619 fixes this finally.

Actions

Also available in: Atom PDF