Skip to content

Commit

Permalink
Release 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bluemink committed Nov 30, 2018
1 parent 29327cf commit fd0a7e1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Binary file added Package/Sitecore Security Reporting-2.8.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Sitecore-Security-Rights-Reporting Module

Simpel Sitecore Users with the Roles.

![Example](https://raw.githubusercontent.com/jbluemink/Sitecore-Security-Rights-Reporting/master/Sitecore-Security-Rights-Simple-List.PNG)

View all the Access right set on Sitecore roles or users. You can make a list of all users and roles. It can be used to do audits.

![Example](https://raw.githubusercontent.com/jbluemink/Sitecore-Security-Rights-Reporting/master/Sitecore-Security-Rights-Reporting-Module.PNG)
Expand Down Expand Up @@ -32,6 +37,7 @@ The tool is doing a heavy database query. similar to the Sitecore My items funct
- 2.5 Support for Sitecore 8.2 update 3, Bugfixing and styling
- 2.6 Support for Sitecore 9 update 1,and Sitecore 8.2 update 6 this version knows about the new roles in Sitecore 9 and The EXM rights.
- 2.7 Support for Sitecore 9 update 2, and JSS
- 2.8 Support for Sitecore 9.1. new simple user, roles list with AJAX. showing max 500 users (Sitecore domain)

Tested on Sitecore 6.5 - 9, Version 2.3 and higher only tested on Sitecore 8.x and 9.x but should work on older versions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static void ApplicationSetup(Literal userlist, System.Web.UI.Page page, s
DeleteFileFromWebroot(userlist,page,"~\\bin\\Security.Rights.Reporting.dll");
DeleteFileFromWebroot(userlist,page,"~\\sitecore modules\\Shell\\Security-Rights-Reporting\\Download.aspx");
DeleteFileFromWebroot(userlist,page,"~\\sitecore modules\\Shell\\Security-Rights-Reporting\\UserInfo.aspx");
DeleteFileFromWebroot(userlist, page, "~\\sitecore modules\\Shell\\Security-Rights-Reporting\\jquery.min.js");
DeleteDirectoryFromWebroot(userlist,page,"~\\sitecore modules\\Shell\\Security-Rights-Reporting");
DeleteSitecoreCoreItem(userlist,"/sitecore/content/Applications/Content Editor/Ribbons/Chunks/Security Tools/Userinfo");
DeleteSitecoreCoreItem(userlist,"/sitecore/content/Documents and settings/All users/Start menu/Right/Security Tools/Security Reporting");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public static void GetUserTabel(Literal userlist)
}
}

userlist.Text += "<p><a href=\"?account=all\">Show all Right</a><br><a href=\"/sitecore modules/Shell/Security-Rights-Reporting/Download.aspx\">Download</a><br/><a href=\"?\">Simple Acoount list</a></p>";
userlist.Text += "<p><a href=\"?account=all\">Show all Right</a><br><a href=\"/sitecore modules/Shell/Security-Rights-Reporting/Download.aspx\">Download</a><br/><a href=\"?\">Simple Account list</a></p>";
userlist.Text += "<p><strong>Legenda:</strong><br>X Role is assigned to user<br>* isAdmin<br>*e Everyone role (can only assign to a item, All users are assigned to the Everyone role)<br><span style=\"color:#008800;\">Green Role / User</span> is expected in Your Sitecore version:" + Sitecore.Configuration.About.Version + "</p>";
}
#endregion
Expand Down
Binary file added Sitecore-Security-Rights-Simple-List.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd0a7e1

Please sign in to comment.