#6744 hotfix show change password #2595

Merged
jorgep merged 4 commits from 6744-hotfix-showChangePass into master 2024-06-19 14:55:16 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 4bc62a30bd - Show all commits

View File

@ -42,7 +42,9 @@ describe('worker setPassword()', () => {
await tx.rollback();
} catch (e) {
expect(e.message).toEqual(`This password can only be changed by the user themselves`);
expect(e.message).toEqual(
'Through this procedure, it is not possible to modify the password of users with verified email'
);
await tx.rollback();
}
});