Title:
[ANeff] Bug for: Admin API's login() treats ishashed=false as ishashed=true
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 01/22/2013
Components: Administrator, Admin API
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Minor / Very few users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 0
Admin API's login() treats ishashed=false as ishashed=true.
Repro: Replace "mypassword" w/ the Administrator password. Run the code. Access that URL.
http://localhost/CFIDE/adminapi/administrator.cfc?method=login&returnformat=json&ishashed=false&adminpassword=<cfoutput>#hash("mypassword", "SHA-1")#</cfoutput>
Actual Result: The login() method returns: true
Expected Result: The login() method should return: false
Tested on CF10 w/ Update 7.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3486707
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: