rotating_password is an hidden input (closes #627)

This commit is contained in:
Romain Bignon 2011-04-21 11:18:13 +02:00
commit 3751653874

View file

@ -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