Email validation working
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = sequelize.define('accounts', {
|
||||
|
||||
hash: 'varchar(100)', //for passwords
|
||||
|
||||
expiry: {
|
||||
deletion: {
|
||||
type: 'DATETIME',
|
||||
allowNull: true,
|
||||
defaultValue: null
|
||||
|
||||
@@ -14,5 +14,5 @@ module.exports = sequelize.define('pendingSignups', {
|
||||
|
||||
hash: 'varchar(100)', //for passwords
|
||||
|
||||
verify: Sequelize.INTEGER(11)
|
||||
token: Sequelize.INTEGER(11)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user