introducing Site Groups

This commit is contained in:
sbwalker
2026-01-27 16:51:30 -05:00
parent 6006e6f63c
commit 3be2b9c720
51 changed files with 2558 additions and 352 deletions

View File

@@ -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,