[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The objects...



OK, I'm actually doing some real work on signup.php3!  :-)

Couple potential problems...

I need to give the user a password, obviously...  You expect me to pass
in an already-encrypted password.  But I need MySQL to encrypt it!  Do I
need to make a special MySQL connection to encrypt the thing or is there
a better way?  Seems like it should handle password encryption behind
the scenes.

Also, the ObjectProperties table doesn't seem to have the necessary
properties for the Users object.  Should I go ahead and add them?  Is
there a reason why they're not there?

Overall, it seems fairly straightforward.  Thanks Jason for the
explanation.  Aaron is right that I could (and should) have spent more
time figuring this stuff out before, but I knew this was coming and it
does save a lot of time.