Skip to content

Reset password no longer working #3052

Description

@cartamundi-tvae

The reset password page is no longer working. Assuming this is due to the change in the reset-password schema. This schema validates the current password, but this is not provided when resetting the password. This is done via passing the customerId and a token.

.object({
currentPassword: z.string().trim(),
password: passwordSchema,
confirmPassword: z.string(),
})

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions