Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

Cannot link external logins in 1.0.0/1.0.1 Individual auth templates #726

Closed
wants to merge 30 commits into from

Conversation

phenning
Copy link
Contributor

phenning and others added 27 commits June 16, 2016 09:59
# Conflicts:
#	src/Rules/StarterWeb/AI/IndividualAuth/project.json
#	src/Rules/StarterWeb/IndividualAuth/project.json
#	src/project.json
* site.css formatted properly

 - Opening curly brace in same line
 - 4 spaces indentation

* /src/Rules/StarterWeb/IndividualAuth/wwwroot/css/site.css also formatted properly
* Add AccessDenied.cshtml for CookieAuthentication

Fixes #608

* Add comments and attributes to Organizational Auth Account controller.
Clear the external cookie in Login Action when it exists.
Since the user is prompted for an email to reset their password, use
that to look up their user account, rather than the `UserName`
field. This makes a difference if you have decoupled those two fields,
allowing the user to specify their username rather than storing the
email to both.

Fixes  #865
@HaoK
Copy link
Member

HaoK commented Nov 22, 2016

Looks good to me, are you going to port the other change from dev as well? Might be best to do the two fixes together

@phenning
Copy link
Contributor Author

I plan on cherry-picking the other changes and pushing them all together next week,

# Conflicts:
#	Templates.Settings.targets
#	src/BaseTemplates/BaseProjectTemplates.csproj
#	src/BaseTemplates/EmptyWeb/Project_Readme.html
#	src/BaseTemplates/EmptyWeb/project.json
#	src/BaseTemplates/StarterWeb/Project_Readme.html
#	src/BaseTemplates/StarterWeb/project.json
#	src/BaseTemplates/WebAPI/Project_Readme.html
#	src/BaseTemplates/WebAPI/project.json
#	src/Rules/StarterWeb/AI/IndividualAuth/Startup.cs
#	src/Rules/StarterWeb/AI/IndividualAuth/project.json
#	src/Rules/StarterWeb/AI/NoAuth/project.json
#	src/Rules/StarterWeb/AI/OrganizationalAuth/Multiple/Common/project.json
#	src/Rules/StarterWeb/AI/OrganizationalAuth/Multiple/NoRead/Startup.cs
#	src/Rules/StarterWeb/AI/OrganizationalAuth/Multiple/Read/Startup.cs
#	src/Rules/StarterWeb/AI/OrganizationalAuth/Single/Common/project.json
#	src/Rules/StarterWeb/AI/OrganizationalAuth/Single/NoRead/Startup.cs
#	src/Rules/StarterWeb/AI/OrganizationalAuth/Single/Read/Startup.cs
#	src/Rules/StarterWeb/IndividualAuth/project.json
#	src/Rules/StarterWeb/OrganizationalAuth/Common/project.json
#	src/Rules/WebAPI/AI/NoAuth/project.json
#	src/Rules/WebAPI/AI/OrganizationalAuth/Single/Startup.cs
#	src/Rules/WebAPI/AI/OrganizationalAuth/Single/project.json
#	src/Rules/WebAPI/OrganizationalAuth/Single/Startup.cs
#	src/Rules/WebAPI/OrganizationalAuth/Single/project.json
#	src/TemplateRules.csproj
#	src/Templates.xml
#	src/project.json
@phenning
Copy link
Contributor Author

phenning commented Dec 7, 2016

Merged via dev

@phenning phenning closed this Dec 7, 2016
@phenning phenning deleted the phenning/linkLogin branch December 7, 2016 21:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.