Skip to content

fix: allow old password validation

Casiano Fernandez requested to merge dev35_passwordValidation into develop

I remember I have this in my stash =).

This is trying to solve the old password validation, and new password validation,

The problem occurs when patching or updating the users, it will validate again the password with strict validation, this will throw error for old passwords.

Merge request reports