remove hard-coded username/password, because we are ninjas
This commit is contained in:
parent
def54825e3
commit
109ba04c35
@ -16,8 +16,8 @@ $mech->get($url);
|
|||||||
$mech->submit_form(
|
$mech->submit_form(
|
||||||
form_number => 1,
|
form_number => 1,
|
||||||
fields => {
|
fields => {
|
||||||
user_login => 'secret',
|
user_login => $ENV{'MERSENNE_USER'},
|
||||||
user_password => 'secret',
|
user_password => $ENV{'MERSENNE_PASSWORD'},
|
||||||
} );
|
} );
|
||||||
|
|
||||||
# load the results into a table object
|
# load the results into a table object
|
||||||
|
Loading…
Reference in New Issue
Block a user