File tree Expand file tree Collapse file tree
src/aces/webctrl/mfa/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,25 +7,25 @@ Compilation Flags:
77--release 11
88
99Runtime Dependencies:
10- addonsupport-api-addon-1.10 .0
11- alarmmanager-api-addon-1.10 .0
12- bacnet-api-core-1.10.007-20240227.1003r
13- datatable-api-addon-1.10 .0
14- directaccess-api-addon-1.10 .0
15- logicbuilder-api-addon-1.10 .0
16- semantics-api-addon-1.10 .0
17- tomcat-embed-core-9.0.87
18- webaccess-api-addon-1.10 .0
19- xdatabase-api-addon-1.10 .0
20- common-9 .0.002
10+ addonsupport-api-addon-1.11 .0
11+ alarmmanager-api-addon-1.11 .0
12+ bacnet-api-core-1.11.006-20250512.1103r
13+ datatable-api-addon-1.11 .0
14+ directaccess-api-addon-1.11 .0
15+ logicbuilder-api-addon-1.11 .0
16+ semantics-api-addon-1.11 .0
17+ tomcat-embed-core-9.0.107
18+ webaccess-api-addon-1.11 .0
19+ xdatabase-api-addon-1.11 .0
20+ common-10 .0.002
2121commonbaseutils-2.0.5
22- commonexceptions-9 .0.002
23- core-9 .0.002
24- core-api-9 .0.002
25- datatable-9 .0.002
26- extensionsupport-api-9 .0.002
22+ commonexceptions-10 .0.002
23+ core-10 .0.002
24+ core-api-10 .0.002
25+ datatable-10 .0.002
26+ extensionsupport-api-10 .0.002
2727javax.mail-1.5.6
28- webaccess-api-9 .0.002
28+ webaccess-api-10 .0.002
2929
3030Packaged Dependencies:
3131commons-codec-1.15
Original file line number Diff line number Diff line change 11<extension version =" 1" >
22 <name >MFA</name >
33 <description >Provides MFA for WebCTRL logins through an authenticator app or emailed security codes.</description >
4- <version >0.3.4 </version >
4+ <version >0.3.5 </version >
55 <vendor >Automatic Controls Equipment Systems, Inc.</vendor >
66 <web-operator-provider >aces.webctrl.mfa.core.MFAProvider</web-operator-provider >
77 <system-menu-provider >aces.webctrl.mfa.web.SystemMenuEditor</system-menu-provider >
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ public static String encodeURL(String param){
2626 }
2727 final char [] password = pass ==null ?new char []{}:Utility .obfuscate (pass .toCharArray ());
2828 if (!HelperAPI .validateUser (user , pass ==null ?null :new String (password ))){
29- PolicyUtils .delayFailedAttempt ();
30- throw new InvalidCredentialsException ();
29+ return super .login (req , res );
3130 }
3231 pass = null ;
3332 user = user .toLowerCase ();
You can’t perform that action at this time.
0 commit comments