moderatorPW and attendeePW and no longer required for create requests

This commit is contained in:
paultrudel 2021-09-15 09:11:27 -04:00
parent baa0d0e2bd
commit 9c6974741b

View File

@ -10,7 +10,6 @@ import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@NotEmpty(message = "You must provide your password")
@Size(min = 2, max = 64, message = "Password must be between 8 and 20 characters")
@Constraint(validatedBy = {})
@Target(FIELD)