Removed relationship between users and applications and got back to a compiling state.
Set up editing screens for group/node permissions.
This commit is contained in:
@@ -251,7 +251,6 @@ namespace Umbraco.Web.Security
|
||||
IsLockedOut = false,
|
||||
IsApproved = true
|
||||
};
|
||||
user.AddAllowedSection("content");
|
||||
|
||||
_applicationContext.Services.UserService.Save(user);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user