account_sync.admin.inc |
account_sync.admin.inc |
|
Admin settings for account_sync. |
account_sync.info |
account_sync.info |
|
name = Account Sync
description = "Allows user account details to be synced across multiple sites."
core = 7.x
configure = admin/config/people/account_sync |
account_sync.install |
account_sync.install |
|
(un)install and update routines for account_sync. |
account_sync.module |
account_sync.module |
|
Contains the base module code and hooks for the account sync module. |
account_sync.receiver.inc |
account_sync.receiver.inc |
|
Handler for receiving and updating user account data. |
account_sync.sender.inc |
account_sync.sender.inc |
|
Handler for sending account data to other sites |
account_sync_sso.info |
account_sync_sso/account_sync_sso.info |
|
name = Account Sync Single Signon
description = Single signon addon for the account sync module.
core = 7.x
package = Other
dependencies[] = account_sync |
account_sync_sso.module |
account_sync_sso/account_sync_sso.module |
|
Handle single sign-on functionality for the account sync module |
BAKERY.txt |
BAKERY.txt |
|
Major differences between account sync and bakery
Both the Bakery module (http://drupal.org/project/bakery) and the account sync module have very similar goals (if not identical) but are handled in different ways.
Single Sign-On:
The biggest… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
-- SUMMARY --
The account_sync module allows you to synchronize drupal user account data across
multiple Drupal sites. It currently supports basic account information as well as the drupal core profile module. It also has very basic single sign-on… |
USES.txt |
USES.txt |
|
This document describes a couple possible use cases for the account sync module.
Aegir single sign-on:
The original use case it was developed for was http://wedful.com. Wedful is a hosted webservice that allows couples to create their own wedding… |