mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 14:10:50 -07:00
User management stuff
This commit is contained in:
parent
0828756171
commit
b851d77364
17 changed files with 232 additions and 94 deletions
|
@ -1,5 +1,7 @@
|
|||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
using PlexRequests.Helpers;
|
||||
|
||||
namespace PlexRequests.UI.Models
|
||||
{
|
||||
|
@ -18,6 +20,7 @@ namespace PlexRequests.UI.Models
|
|||
public UserManagementPlexInformation PlexInfo { get; set; }
|
||||
public string[] ClaimsArray { get; set; }
|
||||
public List<UserManagementUpdateModel.ClaimsModel> ClaimsItem { get; set; }
|
||||
public DateTime LastLoggedIn { get; set; }
|
||||
}
|
||||
|
||||
public class UserManagementPlexInformation
|
||||
|
@ -40,11 +43,6 @@ namespace PlexRequests.UI.Models
|
|||
public string NumLibraries { get; set; }
|
||||
}
|
||||
|
||||
public enum UserType
|
||||
{
|
||||
PlexUser,
|
||||
LocalUser
|
||||
}
|
||||
|
||||
public class UserManagementCreateModel
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue