From c5a349ca5140dec738903afe7f6e0deda604d013 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 16 Sep 2001 16:05:16 +0000 Subject: - added the "Log in" block --- modules/user.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/user.module') 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); -- cgit v1.2.3