View Single Post
  #13  
Old 02-05-2008, 12:11 AM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
Quote:
Originally Posted by macroni View Post
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".
__________________
Jay Williams | A Different View
Reply With Quote