Update index.lua
This commit is contained in:
parent
abc0eb8bb8
commit
e6a0478003
|
|
@ -58,7 +58,7 @@
|
||||||
end
|
end
|
||||||
|
|
||||||
--get the pin number from the caller
|
--get the pin number from the caller
|
||||||
if (agent_password == nil and agent_authorized ~= 'true')) then
|
if (agent_password == nil and agent_authorized ~= 'true') then
|
||||||
min_digits = 3;
|
min_digits = 3;
|
||||||
max_digits = 20;
|
max_digits = 20;
|
||||||
max_tries = 3;
|
max_tries = 3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue