Hey Ed I've got an idea. what about adding another column to the account table that stores the encrypted password on first login, then from that point forward checking just the encrypted password sent against the encrypted password stored (requiring no decrypting). What this will allow is someone to log in remotely (as long as there are no duplicate passwords). The only reason I'd like this functionality is that I use Minilogin while I'm world developing, to keep the database clean and since the server is going up and down constantly and I don't want to piss people off disconnecting them all the time.
|