relaxing keystore password validation

This commit is contained in:
kevgliss
2016-01-29 10:29:04 -08:00
parent 467c276fca
commit bd46440d12
2 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@ class JavaExportPlugin(ExportPlugin):
'type': 'str',
'required': False,
'helpMessage': 'If no passphrase is given one will be generated for you, we highly recommend this. Minimum length is 8.',
'validation': '^(?=.*[A-Za-z])(?=.*\d)(?=.*[$@$!%*#?&])[A-Za-z\d$@$!%*#?&]{8,}$'
'validation': ''
},
{
'name': 'alias',