better description and field labels for french banks
This commit is contained in:
parent
a6df6c0f61
commit
c1f8c08196
29 changed files with 106 additions and 105 deletions
|
|
@ -33,10 +33,10 @@ class AXABanqueBackend(BaseBackend, ICapBank):
|
|||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.h'
|
||||
DESCRIPTION = u'AXA Banque French bank website'
|
||||
DESCRIPTION = u'AXA Banque'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='\d+', masked=False),
|
||||
ValueBackendPassword('password', label='Password', regexp='\d+'))
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label=u'N° de client', regexp='\d+', masked=False),
|
||||
ValueBackendPassword('password', label='Code', regexp='\d+'))
|
||||
BROWSER = AXABanque
|
||||
|
||||
def create_default_browser(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue