Removed broken regexp for login parameter.
Signed-off-by: Jean-Philippe Dutrève <jdutreve@winancial.com>
This commit is contained in:
parent
1756e8939b
commit
eb4ca167ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue