mario Site Admin
Joined: 03 Oct 2006 Posts: 7201
|
Posted: Wed Sep 22, 2010 4:40 pm Post subject: |
|
|
Unfortunately - no, and here is the reason.
Gixen used to check user's passwords each time they login and verify them with ebay. This started causing problems with ebay - too many logins in proportion to bids, and then ebay started inserting captcha's, disabling sniping all together.
This is the point where I had to introduce password hashing - a password is checked with ebay only the first time it's used, and then a hash of such verified password is stored for the future logins to Gixen (Gixen, as you know, does not store passwords indefinitely).
The subsequent problem we have to live with, and it's a least of all evils, is that when a password is changed at ebay, Gixen doesn't know this. User has to log in to Gixen with the correct password the first time.
I hope this makes sense. |
|