feat: add user management, refs NOISSUE
This commit is contained in:
@@ -7,4 +7,6 @@ public class User
|
||||
public string? Name { get; set; }
|
||||
public string? NickName { get; set; }
|
||||
public bool IsIntroduced { get; set; }
|
||||
public bool AssociationInProgress { get; set; }
|
||||
public string? LdapUserName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user