mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-04 06:39:12 +02:00
Add external flag to user config
This commit is contained in:
@@ -41,6 +41,7 @@ import java.time.Instant;
|
||||
@NoArgsConstructor @Getter @Setter
|
||||
public class UserDto extends HalRepresentation {
|
||||
private boolean active;
|
||||
private boolean external;
|
||||
private Instant creationDate;
|
||||
@NotEmpty
|
||||
private String displayName;
|
||||
|
||||
Reference in New Issue
Block a user