diff --git "a/commons_events.module" "commons_events.module"
index 317aeae..b6c3e01 100644
--- "a/commons_events.module"
+++ "b/commons_events.module"
@@ -51,7 +51,7 @@ function commons_events_menu_alter(&$items) {
  * Access callback for showing the Attendees tab.
  */
 function commons_events_attendee_access($event_node) {
-  if ($event_node->type == 'event') {
+  if ($event_node->type == 'event' && user_access('view event registration')){
     return TRUE;
   }
 
