moderatorPW and attendeePW and no longer required for create requests
This commit is contained in:
parent
baa0d0e2bd
commit
9c6974741b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user