ERP5: fix type mismatch in encrypted_password.checkPasswordValueAcceptable
isPasswordValid returns a boolean value, so we should check it's true rather than <= 0
Showing
Please register or sign in to comment
isPasswordValid returns a boolean value, so we should check it's true rather than <= 0