Skip to content

Commit

Permalink
add pssha hash comparator e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ci42 committed Feb 23, 2023
1 parent f836f7a commit 19ecc7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/e2e/cypress/integration/profiles/import/import.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ context("Import Identities", () => {
},
checkPassword: "123456",
},
{
name: "pssha512",
config: {
hashed_password:
"$pssha512$pf=e1BFUFBFUn17UEFTU1dPUkR9e1NBTFR9$eXVtbXk=$09bCkaD7z6ESLbbjSIrbZUsXalVW27S2YsF79jm6kDn3E/GZOllfh0keSn7AeSEMO+8A2f+uHZa4uvKTg94QGw==\n",
},
checkPassword: "test",
},
{
name: "bcrypt",
config: {
Expand Down

0 comments on commit 19ecc7c

Please sign in to comment.