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
|
|
@ -73,7 +73,7 @@ class CragrBackend(BaseBackend, ICapBank):
|
|||
'm.ca-tourainepoitou.fr': u'Tourraine Poitou',
|
||||
}.iteritems())])
|
||||
CONFIG = BackendConfig(Value('website', label='Website to use', choices=website_choices),
|
||||
Value('login', label='Account ID'),
|
||||
ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password'))
|
||||
BROWSER = Cragr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue