summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/user.module1
-rw-r--r--modules/user/user.module1
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/user.module b/modules/user.module
index 132328bcc..c63d0a370 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -494,7 +494,6 @@ function user_login($edit = array()) {
$output .= form_textfield(t("Username"), "name", $edit["name"], 20, 64, t("Enter your local username, a Drupal ID or a Jabber ID."));
$output .= form_password(t("Password"), "pass", $pass, 20, 64, t("Enter the password that accompanies your username."));
- $output .= form_hidden("type", "local");
$output .= form_submit(t("Log in"));
return form($REQUEST_URI, $output);
diff --git a/modules/user/user.module b/modules/user/user.module
index 132328bcc..c63d0a370 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -494,7 +494,6 @@ function user_login($edit = array()) {
$output .= form_textfield(t("Username"), "name", $edit["name"], 20, 64, t("Enter your local username, a Drupal ID or a Jabber ID."));
$output .= form_password(t("Password"), "pass", $pass, 20, 64, t("Enter the password that accompanies your username."));
- $output .= form_hidden("type", "local");
$output .= form_submit(t("Log in"));
return form($REQUEST_URI, $output);