index bd65baf..e8ffa65 100644
--- a/workbench_access/workbench_access.admin.inc
+++ b/workbench_access/workbench_access.admin.inc
@@ -353,9 +353,7 @@ function workbench_access_section_form_submit(&$form, &$form_state) {
  *   The user account being acted upon.
  */
 function workbench_access_user_form($form, &$form_state, $account) {
-  if (!isset($account->workbench_access)) {
-    $account = user_load($account->uid);
-  }
+  workbench_access_user_load_data($account);
   $active = workbench_access_get_active_tree();
   $form = array();
   $form['uid'] = array(
