Skip to content
Snippets Groups Projects
Commit be318616 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

removed anon privilege

parent 86c73ab4
No related branches found
No related tags found
2 merge requests!836Resolve "Implement Spring Security",!613WIP: New Minerva Security Layer
......@@ -8,7 +8,6 @@ public enum PrivilegeType {
WRITE_PROJECT(Project.class, "Modify project"),
IS_ADMIN(null, "Admin"),
IS_CURATOR(null, "Curator"),
IS_ANON(null, ""),
CAN_CREATE_OVERLAYS(null, "Can create data overlays");
private Class<?> privilegeObjectType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment