I have a site that has multiple roles, When I assign user permissions to the authenticated user, those permissions carry over to all the other roles even though no permissions have been granted to those roles.

Comments

jeremy’s picture

Status: Active » Closed (works as designed)

This is how Drupal works and is unrelated to the jobtrack module. If you assign permissions to the "authenticated user" it applies to ALL other roles too. If you want to assign permissions only to a specific role, then do that and don't assign the permission to the "authenticated user".