|
What is the rule for deleteing a User. is there an SP to delete all user created data, like Articles and logs.
This error happened when a deleted user logs in
Source File: d:\AcrEStore_4.0\Web\View\ArticleListControl.ascx.cs Line: 82
Line 80: lblHeader.ToolTip = group.Description;
Line 81:
Line 82: if (!Permissions.CheckAllowed(group.Perms, PermissionTypeEnum.View)) {
Line 83: mvwContent.SetActiveView(Page.User.Identity.IsAuthenticated ? vwNoPermission : vwSignInToGetPermission);
Line 84: }
|