On one of my websites that use ShopSite it relies on the Customer Registration system of ShopSite. We would like to use ShopSite's customer registration system on the rest of the website so that a user only has to log in once. So I want our PHP applications to access the ShopSite database and be able to verify if the user name and password the user entered in is correct.
Is this possible?
It appears passwords are hashed in the database. Is that correct?