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
| Field | Original Value | New Value |
|---|---|---|
| Rank | Ranked higher |
| 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} |
| Sprint | 5.4.0 Sprint 3 [ 152 ] |
| Rank | Ranked higher |
| Assignee | Jonathan Reissmueller [ jonathan ] |
| Status | Open [ 1 ] | In Review [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | In Review [ 5 ] | Closed [ 6 ] |