osCommerce Authentication

Component ID

720412

Component name

osCommerce Authentication

Component type

module

Development status

Component security advisory coverage

not-covered

Downloads

471

Component created

Component changed

Component body

This module provide an authentication link between Drupal and osCommerse.

When a user try to connect to Drupal but the system doesn't found. The osCommerse Auth module procced to check user against osCommerse tables. if user is found a dummy user is created in Drupal and authentication is enabled in Drupal

This module provide a extra process function to enable include custom code after authentication with osCommerse. If you want to use this function you just need include your code at function oscommerse_auth_extra_process.

INSTALLATION

1. Follow the usual module installation procedure [1] or use Drush [2].

[1] Installing contributed modules: http://drupal.org/node/70151
[2] Drush: http://drupal.org/project/drush

2. Enable OS Commerse module

3. Configure OS Commerse module at http://yourserver.com?q=admin/settings/oscommerse_auth

Provide OS Commerse DB Credentials like hostname, username, password and schema

Behavior

1. All drupal users will work as usual

2. Non existent users in Drupal DB will be checked in OS Commerse DB and created as Drupal User

3. Enjoy it.

Co Maintainer: emudojo