2021.9.12
Released on: 2022-06-15
-
Fixed improper credential validation on user registration causing the user to be created even when invalid credentials (mainly the password) was provided. The fix moves the password validation step to the earlier stage of the sign up flow (
#ff13912
). -
Fixed improper record count for grouped reports where multi-value fields are involved. The fix, for some cases, omits duplicate values (
7546dbb
).