Removed broken regexp for login parameter.

Signed-off-by: Jean-Philippe Dutrève <jdutreve@winancial.com>
This commit is contained in:
Jean-Philippe Dutrève 2013-08-27 10:46:51 +02:00 committed by Romain Bignon
commit eb4ca167ca

View file

@ -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