Browse Source

Orange changed their field names.

master
Gavan Fantom 13 years ago
parent
commit
7d4dd244cc
  1. 4
      orangelogin.pl

4
orangelogin.pl

@ -46,8 +46,8 @@ print "Logging in\n";
$mech->submit_form( $mech->submit_form(
form_number => 1, form_number => 1,
fields => { fields => {
txtMSISDN => $username, LOGIN => $username,
txtPassword => $password, PASSWORD => $password,
} }
); );

Loading…
Cancel
Save