Merge branch origin/temp8 into temp8-di2690

This commit is contained in:
Stephan
2018-12-21 15:47:08 +01:00
83 changed files with 864 additions and 668 deletions

View File

@@ -22,6 +22,7 @@ namespace Umbraco.Web.Controllers
}
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult HandleLogin([Bind(Prefix = "loginModel")]LoginModel model)
{
if (ModelState.IsValid == false)

View File

@@ -23,6 +23,7 @@ namespace Umbraco.Web.Controllers
}
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult HandleLogout([Bind(Prefix = "logoutModel")]PostRedirectModel model)
{
if (ModelState.IsValid == false)

View File

@@ -24,6 +24,7 @@ namespace Umbraco.Web.Controllers
}
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult HandleUpdateProfile([Bind(Prefix = "profileModel")] ProfileModel model)
{
var provider = Core.Security.MembershipProviderExtensions.GetMembersMembershipProvider();

View File

@@ -23,6 +23,7 @@ namespace Umbraco.Web.Controllers
}
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult HandleRegisterMember([Bind(Prefix = "registerModel")]RegisterModel model)
{
if (ModelState.IsValid == false)