mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to lower the static delay for now
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user