Merge pull request #16044 from overleaf/jpa-cleanup-user-model

[web] remove unused field "sharelatexHashedPassword" from user model

GitOrigin-RevId: 69ff744b8f40adbdeb0e0092ab8435d693f97113
This commit is contained in:
Jakob Ackermann 2023-11-30 09:29:09 +01:00 committed by Copybot
parent 92dabf236c
commit 0f793975d2

View file

@ -158,9 +158,6 @@ const UserSchema = new Schema(
featuresEpoch: {
type: String,
},
// when auto-merged from SL and must-reconfirm is set, we may end up using
// `sharelatexHashedPassword` to recover accounts...
sharelatexHashedPassword: String,
must_reconfirm: { type: Boolean, default: false },
referal_id: {
type: String,