add a UserManager to simplify user creation, improve response validation in ServiceBase, allow Section component to support parameter changes
This commit is contained in:
@ -99,5 +99,11 @@ namespace Oqtane.Models
|
||||
{
|
||||
get => "Users\\" + UserId.ToString() + "\\";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Information if this user's email address is confirmed (set during user creation)
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public bool EmailConfirmed { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user