Details
Description
To reproduce:
- Create a namesilo service
- Visit the settings tab and click to resend the verification email
- Receive error
To resolve, change components/modules/namesilo/namesilo.php around line 2566:
$registrant_verification['email'] = [$registrant_verification->email];
To
$registrant_verification['email'] = [$registrant_verification['email']];
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Description |
To reproduce:
* Create a namesilo service * Visit the settings tab and click to resend the verification email * Receive error To resolve, change components/modules/namesilo/namesilo.php around line 2566: {code:java} $registrant_verification['email'] = [$registrant_verification->email]; {code} To {code:java} $registrant_verification['email'] = [$registrant_verification['email']]; {code} |
To reproduce: * Create a namesilo service * Visit the settings tab and click to resend the verification email * Receive error To resolve, change components/modules/namesilo/namesilo.php around line 2566: {code:java} $registrant_verification['email'] = [$registrant_verification->email]; {code} To {code:java} $registrant_verification['email'] = [$registrant_verification['email']]; {code} |
Jonathan Reissmueller
made changes -
Sprint | 5.4.0 Sprint 3 [ 152 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] |
Jonathan Reissmueller
made changes -
Status | Open [ 1 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |