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
|
|
@ -36,9 +36,9 @@ class BoursoramaBackend(BaseBackend, ICapBank):
|
|||
EMAIL = 'gabriel@kerneis.info'
|
||||
VERSION = '0.h'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u'Boursorama French bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password'),
|
||||
DESCRIPTION = u'Boursorama'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False),
|
||||
ValueBackendPassword('password', label='Mot de passe'),
|
||||
ValueBool('enable_twofactors', label='Send validation sms', default=False),
|
||||
Value('device', label='Device name', regexp='\w*', default=''),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue