Index: trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java	(revision 4146)
+++ trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java	(revision 4147)
@@ -145,9 +145,7 @@
         pnlMessage.setText("<html><body>"
                 + "<p class=\"warning-body\">"
-                + tr("<strong>Warning:</strong> The password is transferred <strong>once</strong> in clear text "
-                        + "to the OSM website. <strong>Do not</strong> use a sensitive "
-                        + "password until the OSM server provides an encrypted communication channel (HTTPS).")
-                        + "</p>"
-                        + "</body></html>");
+                + tr("<strong>Warning:</strong> JOSM does login <strong>once</strong> using a secure connection.")
+                + "</p>"
+                + "</body></html>");
         pnl.add(pnlMessage, gc);
 
Index: trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java	(revision 4146)
+++ trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java	(revision 4147)
@@ -320,6 +320,6 @@
 
             Map<String,String> parameters = new HashMap<String, String>();
-            parameters.put("user[email]", userName);
-            parameters.put("user[password]", password);
+            parameters.put("username", userName);
+            parameters.put("password", password);
             parameters.put("referer", "/");
             parameters.put("commit", "Login");
