Tim
06/10/2025, 8:52 PMEntered credentials for ColdFusion administrator are incorrect. Thing is, I know they aren't. I've copy/pasted the username and password into the Cf admin, and it logs in. Do the same here, and it yells at me.Tim
06/10/2025, 8:53 PMTim
06/10/2025, 9:21 PMFunction checkAdminCredentials does not support PASSWORD as an argument in C:\CF2025\cfusion\wwwroot\CFIDE\lockdown\lockdown.cfcLooks like this CFC is compiled, so I can't tell what arguments it does support. But now I'm wondering if it's related to unspecified arguments on remote methods...
Tim
06/10/2025, 9:26 PM-Dcoldfusion.runtime.remotemethod.matchArguments flag, and now it works.Brian Reilly
06/10/2025, 9:46 PMTim
06/10/2025, 9:47 PMBrian Reilly
06/10/2025, 9:48 PMTim
06/10/2025, 10:20 PM