Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.12.0-b1
-
Component/s: Plugins, Staff Interface
-
Labels:None
Description
Create a new table to track email verifications
email_verifications
- contact_id INT(10) UNSIGNED NOT NULL
- email VARCHAR(255) NOT NULL
- token VARCHAR(255) NOT NULL
- verified TINYINT(1) NOT NULL DEFAULT 0
- redirect_url VARCHAR(255) NULL DEFAULT NULL
- date_sent DATETIME NOT NULL
- unique index on contact_id, email
- index on contact_id
Create a new model EmailVerifications with the following methods: get, getByToken, add, edit, delete, verified
The add method should automatically generate a unique token based on the email
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | Plugins [ 10007 ] | |
Component/s | Staff Interface [ 10000 ] |
Summary | Add email_verifications table | Add email_verifications table and model |
Description |
Create a new table to track email verifications
email_verifications * contact_id INT(10) UNSIGNED NOT NULL * email VARCHAR(255) NOT NULL * token VARCHAR(255) NOT NULL * date_sent DATETIME NOT NULL * index on contact_id |
Create a new table to track email verifications
email_verifications * contact_id INT(10) UNSIGNED NOT NULL * email VARCHAR(255) NOT NULL * token VARCHAR(255) NOT NULL * verified TINYINT(1) NOT NULL DEFAULT 0 * date_sent DATETIME NOT NULL * unique index on contact_id, email * index on contact_id Create a new model EmailVerifications with the following methods: get, add, edit, delete, verified |
Description |
Create a new table to track email verifications
email_verifications * contact_id INT(10) UNSIGNED NOT NULL * email VARCHAR(255) NOT NULL * token VARCHAR(255) NOT NULL * verified TINYINT(1) NOT NULL DEFAULT 0 * date_sent DATETIME NOT NULL * unique index on contact_id, email * index on contact_id Create a new model EmailVerifications with the following methods: get, add, edit, delete, verified |
Create a new table to track email verifications
email_verifications * contact_id INT(10) UNSIGNED NOT NULL * email VARCHAR(255) NOT NULL * token VARCHAR(255) NOT NULL * verified TINYINT(1) NOT NULL DEFAULT 0 * date_sent DATETIME NOT NULL * unique index on contact_id, email * index on contact_id Create a new model EmailVerifications with the following methods: get, add, edit, delete, verified The add method should automatically generate a unique token based on the email |
Description |
Create a new table to track email verifications
email_verifications * contact_id INT(10) UNSIGNED NOT NULL * email VARCHAR(255) NOT NULL * token VARCHAR(255) NOT NULL * verified TINYINT(1) NOT NULL DEFAULT 0 * date_sent DATETIME NOT NULL * unique index on contact_id, email * index on contact_id Create a new model EmailVerifications with the following methods: get, add, edit, delete, verified The add method should automatically generate a unique token based on the email |
Create a new table to track email verifications
email_verifications * contact_id INT(10) UNSIGNED NOT NULL * email VARCHAR(255) NOT NULL * token VARCHAR(255) NOT NULL * verified TINYINT(1) NOT NULL DEFAULT 0 * redirect_url VARCHAR(255) NULL DEFAULT NULL * date_sent DATETIME NOT NULL * unique index on contact_id, email * index on contact_id Create a new model EmailVerifications with the following methods: get, add, edit, delete, verified The add method should automatically generate a unique token based on the email |
Description |
Create a new table to track email verifications
email_verifications * contact_id INT(10) UNSIGNED NOT NULL * email VARCHAR(255) NOT NULL * token VARCHAR(255) NOT NULL * verified TINYINT(1) NOT NULL DEFAULT 0 * redirect_url VARCHAR(255) NULL DEFAULT NULL * date_sent DATETIME NOT NULL * unique index on contact_id, email * index on contact_id Create a new model EmailVerifications with the following methods: get, add, edit, delete, verified The add method should automatically generate a unique token based on the email |
Create a new table to track email verifications
email_verifications * contact_id INT(10) UNSIGNED NOT NULL * email VARCHAR(255) NOT NULL * token VARCHAR(255) NOT NULL * verified TINYINT(1) NOT NULL DEFAULT 0 * redirect_url VARCHAR(255) NULL DEFAULT NULL * date_sent DATETIME NOT NULL * unique index on contact_id, email * index on contact_id Create a new model EmailVerifications with the following methods: get, getByToken, add, edit, delete, verified The add method should automatically generate a unique token based on the email |
Assignee | Abdy Franco [ abdy ] |

Status | Open [ 1 ] | In Progress [ 3 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 5 hours, 7 minutes [ 18420 ] | |
Worklog Id | 13830 [ 13830 ] |

Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |

Status | In Review [ 5 ] | Closed [ 6 ] |