Quote:
Originally Posted by macroni
There are some problems with the password validation. I'm aware of that. It's very hard to check if the password is right/wrong.
|
I know the feeling. In fact, with my Lightroom plugin, I simply created a new admin php file that works based off a "post key" rather than a username/password.
And if it's good, it returns the text "OK", otherwise it returns the error message.
So all the script needs to do is read the returned result and see if it == "OK".