Index: tokenauth.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tokenauth/tokenauth.module,v
retrieving revision 1.9
diff -u -r1.9 tokenauth.module
--- tokenauth.module	6 Jun 2007 20:42:10 -0000	1.9
+++ tokenauth.module	27 Nov 2007 18:10:57 -0000
@@ -78,7 +78,7 @@
         'title' => t('Token auth'),
         'callback' => 'drupal_get_form',
         'callback arguments' => array('tokenauth_user_profile_form', arg(1)),
-        'access' => user_access('access tokenauth'),
+        'access' => (user_access('administer users') || $user->uid == arg(1)) && user_access('access tokenauth'),
         'type' => MENU_IS_LOCAL_TASK
       );
       $items[] = array(
