I'm building a site where Dolphin is in a sub-directory.
the parent site has its own Registration Form totally customised to suit our data requirements...
what i'd like to do is
- when that form is submitted, the Member Names, emailid and password (and a few other data) to simulateneously be populated in the Dophin DB also
- when the member Logs in at the parent site, he should also be logged in here... i mean... how or what cookies do i generate ?
- I'm using a simple md5 encryption of the password in the parent site.... I know that Dolphin uses a salt function to encrypt so how do I do that ?
any help in the right direction or a pointer to an existing help topic would be appreciated
... cheers