From 2df480e39f54eca417377a9f19a9317146b3786e Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 9 Mar 2009 22:23:08 +0000 Subject: Fixed username/password for O2 provider. --- lib/network/connection/providers/cellular.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/network/connection/providers') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 8460913..9607be9 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -146,8 +146,8 @@ our %data = ( }, N("United Kingdom") . "|O2" => { apn => "mobile.o2.co.uk", - login => "password", - password => "mobileweb", + login => "mobileweb", + password => "password", }, ); -- cgit v1.2.1