Orange: adapt to website changes (closes #1828)

* the login page moved to a new address, over HTTPS
* the password field is now named 'password'
This commit is contained in:
Lucas Nussbaum 2015-04-02 10:59:26 +02:00 committed by Romain Bignon
commit ffe79d1b6b
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ class LoginPage(Page):
def login(self, user, pwd):
post_data = {"credential" : str(user),
"pwd" : str(pwd),
"password" : str(pwd),
"save_user": "false",
"save_pwd" : "false",
"save_TC" : "true",