diff --git a/services/web/app/coffee/models/User.coffee b/services/web/app/coffee/models/User.coffee index 23b59375f4..ef9a93b2f2 100644 --- a/services/web/app/coffee/models/User.coffee +++ b/services/web/app/coffee/models/User.coffee @@ -19,7 +19,6 @@ UserSchema = new Schema institution : {type : String, default : ''} hashedPassword : String isAdmin : {type : Boolean, default : false} - confirmed : {type : Boolean, default : false} signUpDate : {type : Date, default: () -> new Date() } lastLoggedIn : {type : Date} lastLoginIp : {type : String, default : ''}