introducing Site Groups
This commit is contained in:
@@ -36,6 +36,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string TimeZoneId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The default culture for the user (ie. en-US)
|
||||
/// </summary>
|
||||
public string CultureCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Reference to a <see cref="File"/> containing the users photo.
|
||||
/// </summary>
|
||||
@@ -140,6 +145,7 @@ namespace Oqtane.Models
|
||||
DisplayName = DisplayName,
|
||||
Email = Email,
|
||||
TimeZoneId = TimeZoneId,
|
||||
CultureCode = CultureCode,
|
||||
PhotoFileId = PhotoFileId,
|
||||
LastLoginOn = LastLoginOn,
|
||||
LastIPAddress = LastIPAddress,
|
||||
|
||||
Reference in New Issue
Block a user