Fixes anti-forgery, fixes tempdata, adds front-end security/identity, gets member macro snippets and controllers all working, removes old code, adds more props to the member identity
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
@@ -67,8 +67,6 @@ namespace Umbraco.Cms.Core.PublishedCache
|
||||
|
||||
public DateTime LastLoginDate => _membershipUser.LastLoginDate;
|
||||
|
||||
public DateTime LastActivityDate => _membershipUser.LastLoginDate;
|
||||
|
||||
public DateTime LastPasswordChangeDate => _membershipUser.LastPasswordChangeDate;
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user