Documentation You are here: start » v » 1.0 » customers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
v:1.0:customers [2012/07/26 00:33] – external edit 127.0.0.1v:1.0:customers [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 92: Line 92:
   : **Configuration:** The length of the randomly generated salt.   : **Configuration:** The length of the randomly generated salt.
   : **Notes:** <wrap tip>This is the recommended hashing method.</wrap>   : **Notes:** <wrap tip>This is the recommended hashing method.</wrap>
 +  ; ''drupal sha512'':
 +  : **Method:** ''sha512($salt.$password)^$iterations''
 +  : **Configuration:** The iterations the password is stretched by.
 +  : **Supported Systems:**
 +    * [[https://drupal.org/|Drupal]] 7+
  
 If you need alternate hashing methods please [[http://forum.foxycart.com/|let us know]]. If you need alternate hashing methods please [[http://forum.foxycart.com/|let us know]].
  
 Once the user creation and synchronization functionality is handled, [[.:sso|Single Sign-On (SSO)]] allows a customer who's already logged into the merchant's site to continue through to checkout with their user already loaded. This prevents users from needing to log in once to a site, then again on checkout. (SSO checkouts require the [[wp>Card_Security_Code|CSC]] to be entered, in order to minimize the risk of a malicious user stealing a cookie and processing an order using saved payment information.) Once the user creation and synchronization functionality is handled, [[.:sso|Single Sign-On (SSO)]] allows a customer who's already logged into the merchant's site to continue through to checkout with their user already loaded. This prevents users from needing to log in once to a site, then again on checkout. (SSO checkouts require the [[wp>Card_Security_Code|CSC]] to be entered, in order to minimize the risk of a malicious user stealing a cookie and processing an order using saved payment information.)
- 
 ===== Viewing Customer Transactions ===== ===== Viewing Customer Transactions =====
 While a store admin can easily view and filter transactions by a number of criteria (including by customer email) both in the store admin as well as via the API, FoxyCart does not currently provide a method for a customer to view their own order history. We have discussed adding a customer portal in a future version, so if this appeals to you please [[http://requests.foxycart.com/forums/4162-general-requests/suggestions/1104571-customer-portal-to-view-transactions-subscription|let us know]]. While a store admin can easily view and filter transactions by a number of criteria (including by customer email) both in the store admin as well as via the API, FoxyCart does not currently provide a method for a customer to view their own order history. We have discussed adding a customer portal in a future version, so if this appeals to you please [[http://requests.foxycart.com/forums/4162-general-requests/suggestions/1104571-customer-portal-to-view-transactions-subscription|let us know]].

Site Tools