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:
emeric
2019-07-26 14:02:05 +02:00
parent 38ce2600d2
commit 9b902b1a59
44 changed files with 1226 additions and 650 deletions
+3
View File
@@ -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;