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:
Shannon
2020-09-09 18:09:16 +10:00
parent af53f27bc3
commit c7c7d9efcd
5 changed files with 53 additions and 47 deletions

View File

@@ -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; }
}