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
+1
View File
@@ -50,6 +50,7 @@ class Error
{
BadId,
NotImplemented,
LoginThrottled,
InternalError,
};