This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d9f453d860bfbd36ffb9e3eb02edb6ce485e887c
Umbraco-CMS
/
src
/
Umbraco.Web
/
Security
History
Shannon
d9f453d860
Gets the user store up to date with the correct queries.
2015-04-01 13:41:28 +11:00
..
Identity
Gets the user store up to date with the correct queries.
2015-04-01 13:41:28 +11:00
Providers
fixes: U4-6255 Add configurable option in base membership providers to toggle AllowManuallyChangingPassword
2015-02-12 15:58:11 +11:00
LegacyDefaultAppMapping.cs
…
MembershipHelper.cs
oops, added timeouts where they cannot exist for request cache, fixes build
2015-03-19 14:47:08 +11:00
ValidateRequestAttempt.cs
Updates ValidateCurrentUser so that it doesn't re-decrypt the cookie since that is already done, it just needs to check if the current user is authenticated and if it is a back office identity. Added lots of notes for extension points when we start looking at extending how the back office auth works.
2014-12-05 10:29:18 +11:00
WebSecurity.cs
Initial install which now uses Identity middleware to perform the back office auth (no longer done in our module). Created custom data secure classes that use the legacy Forms auth logic for backwards compat. This means that the cookie can still be written the old way and still auth the new way if required. Now need to clean a lot of this up.
2015-04-01 13:41:16 +11:00