Fix to lower the static delay for now

This commit is contained in:
Ilia Ross
2025-04-25 11:39:27 +03:00
parent 717f0b1100
commit 971c526ade

View File

@@ -14,7 +14,7 @@ $remote_user && &error($text{'forgot_elogin'});
# Slow down the rate of password reset requests (plus needs better check by IP
# to limit the number of requests per IP in a given time period)
sleep(3);
sleep(1);
# Lookup the Webmin user
&foreign_require("acl");