bank account IDs are also stored in keyring (closes #565)
This commit is contained in:
parent
a255916fa3
commit
473d45f5f1
7 changed files with 7 additions and 7 deletions
|
|
@ -38,7 +38,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
|
|||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'BNP Paribas french bank\' website'
|
||||
CONFIG = BackendConfig(Value('login', label='Account ID'),
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password', regexp='^(\d{6}|)$'),
|
||||
ValueBackendPassword('rotating_password',
|
||||
label='Password to set when the allowed uses are exhausted (6 digits)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue