diff --git a/modules/cragr/api/browser.py b/modules/cragr/api/browser.py index 37b803e6ae399e040463a0f2fc1bfbe50b78b7a7..38271af52989099988f87dd1c6fec41989da0f98 100644 --- a/modules/cragr/api/browser.py +++ b/modules/cragr/api/browser.py @@ -134,7 +134,7 @@ def do_login(self): raise BrowserIncorrectPassword() if 'obtenir un nouveau code' in message: raise ActionNeeded(message) - technical_errors = ('Un incident technique', 'Veuillez ressaisir votre identifiant') + technical_errors = ('Un incident technique', 'identifiant et votre code personnel') if any(value in message for value in technical_errors): # If it is a technical error, we try login again form = self.get_security_form()