Skip to content

Commit e5c86bc

Browse files
committed
Updated notes
1 parent 5669f4f commit e5c86bc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ADefHelpDeskWebApp/Areas/Identity/Pages/Account/ExternalLogin.cshtml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
using Microsoft.Extensions.Logging;
2020
using AdefHelpDeskBase.Models;
2121

22+
//#1 If there is an external login just log the person in
23+
//#2 If there is not an existing external login, but there is an existing account (based on email not username) require the person to enter their existing username and password to associate the account and create an external login
24+
//#3 If there is not an existing external login and there is not is an existing account (based on email not username) create a new account and an external login
25+
2226
namespace ADefHelpDeskWebApp.Areas.Identity.Pages.Account
2327
{
2428
[AllowAnonymous]

0 commit comments

Comments
 (0)