-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Member password roll forward #10138
Merged
bergmania
merged 38 commits into
netcore/dev
from
netcore/task/password-roll-forward-10369
Apr 20, 2021
Merged
Member password roll forward #10138
bergmania
merged 38 commits into
netcore/dev
from
netcore/task/password-roll-forward-10369
Apr 20, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ublic-access-10578
…ontroller, reduce content controller
…ublic-access-10578
…uring endpoints are last, refactors pipeline options, adds public access middleware, ensures public access follows all hops
… front-end and back ends. updates how UmbracoApplicationBuilder works in that it explicitly starts endpoints at the time of calling.
…ce, one for members, fixes TryConvertTo, fixes login redirect
…ts the IBackOfficeUserPasswordChecker
This was referenced Apr 16, 2021
…tartup code to be more clear and removes magic that registers middleware.
…more code between users and members.
…/umbraco/Umbraco-CMS into netcore/task/public-access-10578
… operations, stop re-creating string keys in DefaultRepositoryCachePolicy
…sword-roll-forward-10369 # Conflicts: # src/Umbraco.Infrastructure/Security/BackOfficeIdentityBuilder.cs
…sword-roll-forward-10369 # Conflicts: # src/Umbraco.Web.UI.NetCore/Startup.cs
…assword-roll-forward-10369
…assword-roll-forward-10369 # Conflicts: # src/Umbraco.Infrastructure/Security/BackOfficeIdentityBuilder.cs # src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilder.BackOfficeIdentity.cs # src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilder.MembersIdentity.cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#10137 MUST BE MERGED FIRST
This is a merge of this #10017 with the latest changes to ensure member legacy passwords are rolled forward. I have tested this and it works so once 10137 is merged, this can be merged.