Skip to content

[Portals/Support Center] Throttle failed logins in Support Center #1850

@jstanden

Description

@jstanden
Index: features/cerberusweb.support_center/api/UmScApp.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/features/cerberusweb.support_center/api/UmScApp.php b/features/cerberusweb.support_center/api/UmScApp.php
--- a/features/cerberusweb.support_center/api/UmScApp.php	(revision b5d478dcdb73401ad647368fbb0358cd72b8a3f9)
+++ b/features/cerberusweb.support_center/api/UmScApp.php	(date 1768443451361)
@@ -1066,6 +1066,8 @@
 		// Clear the past session
 		$umsession->logout();
 		
+		// [TODO] Throttle failed login attempts
+		
 		try {
 			// Find the address
 			if(null == ($addy = DAO_Address::lookupAddress($email, FALSE)))

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions