--- nodewords_ui.module	2010-10-18 12:09:17.976712911 -0500
+++ nodewords_ui.module.new	2010-10-18 12:24:54.006715120 -0500
@@ -27,6 +27,7 @@
  */
 function nodewords_ui_form_alter(&$form, $form_state, $form_id) {
   $bool = (
+    user_access('edit meta tags') &&
     isset($form['type']) &&
     isset($form['#node']) &&
     $form_id == $form['type']['#value'] . '_node_form'
