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
|
|
@ -76,7 +76,7 @@ class ValueBackendPassword(Value):
|
|||
_stored = True
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
kwargs['masked'] = True
|
||||
kwargs['masked'] = kwargs.pop('masked', True)
|
||||
self.noprompt = kwargs.pop('noprompt', False)
|
||||
Value.__init__(self, *args, **kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue