allow - in shell
This commit is contained in:
parent
074a58d367
commit
d2dc9e575c
@ -57,7 +57,7 @@ public class UnixUser extends AbstractEntity implements Serializable {
|
||||
@Column(name = "comment", columnDefinition = "character varying(128)")
|
||||
private String comment;
|
||||
|
||||
@AnnFieldIO(validation="[a-z\\/]*", rw=ReadWriteAccess.READWRITE)
|
||||
@AnnFieldIO(validation="[-0-9A-Za-z\\/]*", rw=ReadWriteAccess.READWRITE)
|
||||
@Column(name = "shell", columnDefinition = "character varying(32)")
|
||||
private String shell;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user