|
|
@ -420,7 +420,7 @@ namespace Ombi.UI.Modules
|
|
|
|
FeaturesFormattedString = newUser ? "Processing..." : features.ToString(),
|
|
|
|
FeaturesFormattedString = newUser ? "Processing..." : features.ToString(),
|
|
|
|
Username = plexInfo.Title,
|
|
|
|
Username = plexInfo.Title,
|
|
|
|
Type = UserType.PlexUser,
|
|
|
|
Type = UserType.PlexUser,
|
|
|
|
EmailAddress = plexInfo.Email,
|
|
|
|
EmailAddress = string.IsNullOrEmpty(plexInfo.Email) ? dbUser.EmailAddress : plexInfo.Email,
|
|
|
|
Alias = dbUser?.UserAlias ?? string.Empty,
|
|
|
|
Alias = dbUser?.UserAlias ?? string.Empty,
|
|
|
|
LastLoggedIn = lastLoggedIn,
|
|
|
|
LastLoggedIn = lastLoggedIn,
|
|
|
|
PlexInfo = new UserManagementPlexInformation
|
|
|
|
PlexInfo = new UserManagementPlexInformation
|
|
|
|