Index: total_control.module
===================================================================
--- total_control.module	(revision 197)
+++ total_control.module	(working copy)
@@ -115,7 +115,7 @@
  * Redirects to the dashboard if configured.
  */
 function total_control_user($op, &$edit, &$account, $category = NULL){
-  if (($op == 'login') && (variable_get('total_control_login_redirect', 0) == 1)){
+  if (($op == 'login') && (variable_get('total_control_login_redirect', 0) == 1 && user_access('have total control'))){
     drupal_goto('admin/dashboard');
   }
 }
@@ -147,4 +147,4 @@
       'file' => 'total_control.theme.inc',
       ),
     );
-}
\ No newline at end of file
+}
