diff --git a/modules/carrefourbanque/backend.py b/modules/carrefourbanque/backend.py index cd73c0f0..1773e8a5 100644 --- a/modules/carrefourbanque/backend.py +++ b/modules/carrefourbanque/backend.py @@ -35,7 +35,7 @@ class CarrefourBanqueBackend(BaseBackend, ICapBank): VERSION = '0.h' DESCRIPTION = u'Carrefour Banque French bank website' LICENSE = 'AGPLv3+' - CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='\d+', masked=False), + CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), ValueBackendPassword('password', label='Password', regexp='\d+')) BROWSER = CarrefourBanque