allow PGP keys with shorter fingerprint
This commit is contained in:
parent
5d86ee1032
commit
049848d660
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class DeveloperData(formencode.Schema):
|
|||
email = formencode.validators.Email(not_empty=True)
|
||||
name = formencode.validators.String(not_empty=True)
|
||||
gpgfp = formencode.All(formencode.validators.PlainText(),
|
||||
formencode.validators.MinLength(40),
|
||||
formencode.validators.MinLength(32),
|
||||
formencode.validators.MaxLength(40))
|
||||
username = formencode.validators.PlainText()
|
||||
nonddemail = formencode.validators.Email()
|
||||
|
|
Loading…
Reference in a new issue