maycotte
New member
CMD_API_VERIFY_PASSWORD returns true (valid=1) for a truncated password.
For example, if the user is 'user' and the password is 'password' but instead you send 'passwor' it retuns valid=1. It seems that it is only authenticating on the first 7 characters...
send:
https://www.domain.com:2222/CMD_API_VERIFY_PASSWORD?user=user&passwd=passwor
returns:
valid=1
Is this a problem??
For example, if the user is 'user' and the password is 'password' but instead you send 'passwor' it retuns valid=1. It seems that it is only authenticating on the first 7 characters...
send:
https://www.domain.com:2222/CMD_API_VERIFY_PASSWORD?user=user&passwd=passwor
returns:
valid=1
Is this a problem??