Moved away from Wt::Auth and use a simplified (?) login/password system with a login throttler based on IP address
This commit is contained in:
@@ -32,3 +32,6 @@ log-config = "* -debug -info:WebRequest";
|
||||
# Turn on this option to allow the demo account creation/use
|
||||
demo = false;
|
||||
|
||||
# Max entries in the logging throttler (1 entry per client)
|
||||
login-throttler-max-entries = 10000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user