Built motion from commit 712a57186.|1.0.37
[motion.git] / server / models / user.js
index 1866eea..fb895fc 100644 (file)
@@ -418,8 +418,7 @@ module.exports = function(sequelize, DataTypes) {
     },
     insecure: {
       type: DataTypes.STRING,
-      allowNull: true,
-      defaultValue: 'port,invite'
+      allowNull: true
     },
     trustrpid: {
       type: DataTypes.ENUM('yes', 'no'),