# File lib/authlogic/acts_as_authentic/password.rb, line 21
        def crypted_password_field(value = nil)
          rw_config(
            :crypted_password_field,
            value,
            first_column_to_exist(nil, :crypted_password, :encrypted_password, :password_hash, :pw_hash)
          )
        end