rotating_password is an hidden input (closes #627)
This commit is contained in:
parent
dce76d35f8
commit
3751653874
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
|
|||
Value('password', label='Password', masked=True),
|
||||
Value('rotating_password',
|
||||
label='Password to set when the allowed uses are exhausted (6 digits)',
|
||||
default='',
|
||||
default='', masked=True,
|
||||
regexp='^(\d{6}|)$'))
|
||||
BROWSER = BNPorc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue