Ignore:
Timestamp:
2011-06-19T17:58:16+02:00 (15 years ago)
Author:
stoecker
Message:

fix #6476 - fully automatic oauth failing due to server changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java

    r3748 r4147  
    320320
    321321            Map<String,String> parameters = new HashMap<String, String>();
    322             parameters.put("user[email]", userName);
    323             parameters.put("user[password]", password);
     322            parameters.put("username", userName);
     323            parameters.put("password", password);
    324324            parameters.put("referer", "/");
    325325            parameters.put("commit", "Login");
Note: See TracChangeset for help on using the changeset viewer.