Removes the assignment of the DefaultPermissions property since this is auto assigned in the ctor (and should be assignable)
This commit is contained in:
@@ -222,7 +222,6 @@ namespace Umbraco.Web.Security
|
||||
Language = GlobalSettings.DefaultUILanguage,
|
||||
Name = membershipUser.UserName,
|
||||
RawPasswordValue = Guid.NewGuid().ToString("N"), //Need to set this to something - will not be used though
|
||||
DefaultPermissions = writer.Permissions,
|
||||
Username = membershipUser.UserName,
|
||||
StartContentId = -1,
|
||||
StartMediaId = -1,
|
||||
|
||||
Reference in New Issue
Block a user