]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/AccountManager/README
Create Account Manager plugin implementing the Account Management specification
[quix0rs-gnu-social.git] / plugins / AccountManager / README
diff --git a/plugins/AccountManager/README b/plugins/AccountManager/README
new file mode 100644 (file)
index 0000000..a071592
--- /dev/null
@@ -0,0 +1,16 @@
+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');