Merge pull request #5366 from overleaf/jk-move-password-reset-audit-log
[web] audit password reset before taking action GitOrigin-RevId: 672f712658b4669a5a750dbc6f97d24ce35c332d
This commit is contained in:
@@ -356,7 +356,7 @@ describe('PasswordResetHandler', function () {
|
||||
this.UserAuditLogHandler.promises.addEntry.callCount
|
||||
).to.equal(1)
|
||||
expect(this.AuthenticationManager.promises.setUserPassword).to
|
||||
.have.been.called
|
||||
.not.have.been.called
|
||||
done()
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user