|
|
|
@ -35,7 +35,7 @@ public class UserPasswordPolicy implements Serializable { |
|
|
|
private Integer minimumDigits; |
|
|
|
@ApiModelProperty(position = 1, value = "Minimum number of special in the password." ) |
|
|
|
private Integer minimumSpecialCharacters; |
|
|
|
@ApiModelProperty(position = 1, value = "Allow white-spaces") |
|
|
|
@ApiModelProperty(position = 1, value = "Allow whitespaces") |
|
|
|
private Boolean allowWhitespaces = true; |
|
|
|
|
|
|
|
@ApiModelProperty(position = 1, value = "Password expiration period (days). Force expiration of the password." ) |
|
|
|
|