Updates the invite flow, we will always create a local user because we must do that due to the user groups being pre-determined.
This commit is contained in:
@@ -6,19 +6,16 @@ namespace Umbraco.Core.Models.Identity
|
||||
{
|
||||
/// <summary>
|
||||
/// The login provider for the login (i.e. Facebook, Google)
|
||||
///
|
||||
/// </summary>
|
||||
string LoginProvider { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Key representing the login for the provider
|
||||
///
|
||||
/// </summary>
|
||||
string ProviderKey { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// User Id for the user who owns this login
|
||||
///
|
||||
/// </summary>
|
||||
int UserId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user