CI_AuthLTE
CI_AuthLTE copied to clipboard
problem update email verification
**in the function _generate_email_verfication_token() , the columns of the table accounts They are different they are missing # i ** the solution of problem is an alter in the sql
ALTER TABLE _alux_
.accounts
CHANGE COLUMN email_verfication_tk
email_verification_tk
VARCHAR(65) NOT NULL ,
CHANGE COLUMN email_verfication_date
email_verification_date
DATETIME NOT NULL ;