Merge pull request #995 from sharelatex/ta-remove-confirmed-field

remove unused confirmed field from user model
This commit is contained in:
Jessica Lawshe 2018-10-08 11:43:42 +01:00 committed by GitHub
commit f04212c96f

View file

@ -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 : ''}