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
|
|
@ -35,10 +35,10 @@ class HSBCBackend(BaseBackend, ICapBank):
|
|||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.h'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'HSBC France bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password'),
|
||||
Value( 'secret', label='Secret (optional)', default=''))
|
||||
DESCRIPTION = 'HSBC France'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False),
|
||||
ValueBackendPassword('password', label='Mot de passe'),
|
||||
Value( 'secret', label=u'Réponse secrète (optionnel)', default=''))
|
||||
BROWSER = HSBC
|
||||
|
||||
def create_default_browser(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue