Accessing Customer Registration System

General ShopSite user discussion
Post Reply
bobthebuilder
Posts: 35
Joined: Mon Sep 29, 2008 9:36 am

Accessing Customer Registration System

Post by bobthebuilder »

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?
jsherk
Posts: 41
Joined: Sun Oct 11, 2009 3:19 pm
Location: USA

Post by jsherk »

We have just purchased and setup ShopSite v10 Pro, and this is a good question... can the Customer Database be accessed thru the Order API (or some other API)?

Thanks
robm
Posts: 463
Joined: Fri Aug 04, 2006 5:46 pm
Location: Connecticut
Contact:

Post by robm »

Currently there is not a customer registration API. You can use SQLite to query the actual database, but the passwords are hashed/encrypted, so you cannot compare/use them with an outside application.
LexiConn
[url=http://lexiconn.com]ShopSite Host[/url]
[url=http://lexiconn.com/whitepapers.html]How to Get the Most Out of ShopSite[/url]
jsherk
Posts: 41
Joined: Sun Oct 11, 2009 3:19 pm
Location: USA

Post by jsherk »

thanks robm (again)!

I am assuming I can use PHP to access the SQLite db and work with it that way (ignoring hashed passwords for now)... I still have quite a bit of setup to do before I move onto that stage, but thanks for the answer!
bobthebuilder
Posts: 35
Joined: Mon Sep 29, 2008 9:36 am

Post by bobthebuilder »

robm wrote:Currently there is not a customer registration API. You can use SQLite to query the actual database, but the passwords are hashed/encrypted, so you cannot compare/use them with an outside application.
Thanks robm. I was afraid that was going to be the answer. It would be really nice if ShopSite provided an API for accessing the customer registration system, so that we can integrate it in with the rest of the website. In my case, this means our users will need to maintain two sets of login information for our website.
Post Reply