From 31822c97ec40e8db1d9e0c5fc96cde98c5cafc23 Mon Sep 17 00:00:00 2001 From: Florian Duguet Date: Wed, 23 Jun 2021 17:15:19 +0200 Subject: [PATCH] [fortuneo] handle another type of wrongpass Closes: 168@sibi when login is no longer active --- modules/fortuneo/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fortuneo/browser.py b/modules/fortuneo/browser.py index 25bf49bc57..1492dff24c 100644 --- a/modules/fortuneo/browser.py +++ b/modules/fortuneo/browser.py @@ -173,6 +173,7 @@ def first_login_step(self): wrongpass_regex = re.compile( 'anomalie est survenue' + '|mot de passe et/ou votre identifiant est erroné' + + '|identifiant n\'est plus actif' + '|accès est désormais bloqué' # user must submit new creds or access will still be blocked on next try ) -- GitLab