diff --git a/modules/fortuneo/browser.py b/modules/fortuneo/browser.py index 25bf49bc57be790e7f22cc47b7ce41467844d471..1492dff24c0ec0dae26cafd7099db8937c77c168 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 )