fix: user signup
User registration: The password has @Min(8) annotation. Should be: @Size(min=8)
User registration: The password has @Min(8) annotation. Should be: @Size(min=8)
added Backend label
assigned to @lk224
mentioned in commit 2f8dd9dd
mentioned in commit c410cad3
mentioned in merge request !8 (merged)
mentioned in commit 88ae3db0
mentioned in commit b7159bb1
closed