mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user