On Tuesday, November 22, 2011 3:00:46 PM UTC-5, Matt wrote: > > > Aren't passwords always hashed when entered in the database?
Not necessarily. You have to have the CRYPT() validator on the password field for hashing. It is there by default, but is not required and could be removed. Anthony