Non-SMTP password reset (#4031)

* update

* validate

* k

* minor cleanup

* nit

* finalize

* k

* fix tests

* fix tests

* fix tests
This commit is contained in:
pablonyx
2025-02-18 18:02:28 -08:00
committed by GitHub
parent 5a9ec61446
commit e82a25f49e
26 changed files with 897 additions and 189 deletions

View File

@@ -7,3 +7,8 @@ export const TEST_ADMIN_CREDENTIALS = {
email: "admin_user@test.com",
password: "TestPassword123!",
};
export const TEST_ADMIN2_CREDENTIALS = {
email: "admin2_user@test.com",
password: "TestPassword123!",
};