gnu-social/plugins/AccountManager
Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0
Ran composer update and locale updater
2020-08-04 05:31:44 +01:00
..
actions Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
locale [VersionBump] 2.0.0alpha0 2020-08-04 05:31:44 +01:00
AccountManagerPlugin.php [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00:00
README Create Account Manager plugin implementing the Account Management specification 2010-09-07 13:45:52 -04:00

README

The Account Manager plugin implements the Account Manager specification to "allow a server to describe an account-based user identification process in terms that a user-agent can understand."

See https://wiki.mozilla.org/Labs/Weave/Identity/Account_Manager/Spec/Latest

Installation
============
add "addPlugin('accountManager');"
to the bottom of your config.php

Settings
========
none

Example
=======
addPlugin('accountManager');