Update disa.lua

This commit is contained in:
FusionPBX 2018-05-30 19:54:11 -06:00 committed by GitHub
parent 8d99ab2a1c
commit b6336f7d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
--set defaults
if (not digit_min_length) then
digit_min_length = "2";
digit_min_length = "7";
end
if (not digit_max_length) then