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

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              17/Sep/20

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 5 hours, 7 minutes
              5h 7m

                Agile