Added documentation for Membership Providers configuration#766
Merged
valadas merged 11 commits intoDNNCommunity:mainfrom Sep 18, 2025
Merged
Added documentation for Membership Providers configuration#766valadas merged 11 commits intoDNNCommunity:mainfrom
valadas merged 11 commits intoDNNCommunity:mainfrom
Conversation
Added documentation for Membership Providers configuration This will be useful to link to from the release notes of the next DNN version considering this PR dnnsoftware/Dnn.Platform#6638
| ### Security Recommendations | ||
|
|
||
| 1. **Always use Hashed format** in production environments | ||
| 2. **Upgrade to SHA256** when using DNN 10.2.0 or later for enhanced security |
Contributor
There was a problem hiding this comment.
I would add a note here referencing the steps are documented below
| SET UpdatePassword = 1 | ||
| ``` | ||
|
|
||
| ### Changing only the hashing algorithm |
Contributor
There was a problem hiding this comment.
I would be explicit here "Changing from SHA-1 to SHA-256" or similar.
|
|
||
| > 💡You can check the `LastPasswordChangedDate` in the `aspnet_Membership` table to see which users did change their passwords or not after the date of that change. You may use that information to later delete users that may no longer be activivally engaged. Additionally you can wipe the `Password` field if you want to make sure no passwords with the old algorithm are kept (before notifying users about the change). | ||
|
|
||
| > 💡**Is it critical to migrate from Encrypted to Hashed?** |
Contributor
There was a problem hiding this comment.
I think this should be moved above the heading on line 117 to be with the section about changing from Encrypted -> Hashed.
Member
Author
|
@mitchelsellers adjusted as per your feedback |
bdukes
approved these changes
Aug 25, 2025
valadas
commented
Aug 29, 2025
Member
Author
valadas
left a comment
There was a problem hiding this comment.
I have adjusted the versions as we agreed this would be a v10.2.0 thing
content/features/security-privacy/security/membership-providers/index.md
Show resolved
Hide resolved
content/features/security-privacy/security/membership-providers/index.md
Outdated
Show resolved
Hide resolved
content/features/security-privacy/security/membership-providers/index.md
Show resolved
Hide resolved
content/features/security-privacy/security/membership-providers/index.md
Show resolved
Hide resolved
valadas
commented
Sep 9, 2025
Member
Author
valadas
left a comment
There was a problem hiding this comment.
Changed back to 10.1.1 as we merged this for that milesone
content/features/security-privacy/security/membership-providers/index.md
Outdated
Show resolved
Hide resolved
content/features/security-privacy/security/membership-providers/index.md
Outdated
Show resolved
Hide resolved
content/features/security-privacy/security/membership-providers/index.md
Outdated
Show resolved
Hide resolved
content/features/security-privacy/security/membership-providers/index.md
Outdated
Show resolved
Hide resolved
This file contains hidden or 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
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.
This will be useful to link to from the release notes of the next DNN version considering this PR dnnsoftware/Dnn.Platform#6638