Closed abrahaj closed 12 years ago
This module hasn't been updated in three months, and is sorely in need of a rewrite. Much has changed in both ZF2 and ZfcUser since then. I'll be working on this over the coming days and will update this ticket when it's completed.
This is fixed in dev-master and 0.7.0
Running ZF2 Beta5
The schema_up.mysql.sql contained the following SQL syntax for the creation of the table. CREATE TABLE user_signup_email_verification ( request_key VARCHAR(32) NOT NULL, email_address VARCHAR(255) NOT NULL, request_time DATETIME NOT NULL, PRIMARY KEY(request_key), UNIQUE(email_address) ) ENGINE=InnoDB;
Am I running a wrong version of the mysql.sql script??