feat(core): Prompt user to confirm password when changing email and mfa is disabled (#19408)

Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
This commit is contained in:
Konstantin Tieber
2025-09-16 14:00:14 +02:00
committed by GitHub
parent ccee1acf05
commit f0388aae7e
16 changed files with 501 additions and 37 deletions

View File

@@ -50,10 +50,9 @@ describe('Instance owner', () => {
await authOwnerAgent
.patch('/me')
.send({
email: randomEmail(),
email: owner.email,
firstName: randomName(),
lastName: randomName(),
password: randomValidPassword(),
})
.expect(200);
});