description, $page->format, FALSE); $output .= drupal_get_form('user_register'); return $output; } function _autoassignrole_user_password() { require_once drupal_get_path('module', 'user') .'/user.pages.inc'; $output = drupal_get_form('user_pass'); return $output; } function _autoassignrole_user_login() { require_once drupal_get_path('module', 'user') .'/user.pages.inc'; $output = user_page(); return $output; }