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
d7f2041ee984d24b8ccfdd7726d3548610b9fec5
Umbraco-CMS
/
src
/
Umbraco.Web
/
Security
History
Shannon Deminick
43f369f96f
Merge pull request
#2306
from Sam7/dev-v7
...
U4-10453 - Ability to Sync after each external login (using OWIN)
2017-12-18 14:42:25 +11:00
..
Identity
Merge pull request
#2306
from Sam7/dev-v7
2017-12-18 14:42:25 +11:00
Providers
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7
2017-09-18 20:04:05 +10:00
LegacyDefaultAppMapping.cs
Starts securing ITasks
2013-04-06 02:03:46 +06:00
MembershipHelper.cs
Moves raising events for reseting/changing password out of the MembershipHelper ChangePassword method and to the places where it is being called
2017-09-18 16:56:43 +10:00
ValidateRequestAttempt.cs
Gets email sending ensures user is logged in with verifying but is only partially logged in and cannot access the back office, they can only access the verification screen
2017-06-14 16:21:56 +02:00
WebAuthExtensions.cs
Gets user session management tracking via the database including detecting stale sessions, generating and removing them along with cleaning them up. This takes into account legacy code too. The session is revalidated on a one minute threshold per user so that it's not hammering the databse on every request.
2017-11-03 17:27:23 +11:00
WebSecurity.cs
Gets user session management tracking via the database including detecting stale sessions, generating and removing them along with cleaning them up. This takes into account legacy code too. The session is revalidated on a one minute threshold per user so that it's not hammering the databse on every request.
2017-11-03 17:27:23 +11:00