improvements based on user import testing
This commit is contained in:
@ -107,6 +107,12 @@ namespace Oqtane.Models
|
||||
[NotMapped]
|
||||
public bool EmailConfirmed { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if new user should be notified by email (set during user creation)
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public bool SuppressNotification { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Public User Settings
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user