Common question without answer? I would like my users to login at one place. Scenario: User logins into my site has to do my registration and then I write there login name and password to my DB. I would like to copy that same information to snitz DB. So when thewy go to the forum all they have to do is enter in login name and password. NOT register for another account.
How can I import my users login information into snitz DB? I tried to manually do it but the encryption stops this. Has anyone come up with a way I can fix this? Besides removing the other databases? Or having them register in multiple places. I am doing this in ASP.
You should be able to do it that way and keep the encryption although I I don't really see the point in keeping both database entries. You just have to SHA256 the password before you add it into the Snitz db.