Commit c64f47e7 by James Henstridge

Update documentation

parent 918077b8
...@@ -39,8 +39,9 @@ single signon systems. ...@@ -39,8 +39,9 @@ single signon systems.
OPENID_CREATE_USERS = True OPENID_CREATE_USERS = True
5. To have user details updated from OpenID Simple Registration data 5. To have user details updated from OpenID Simple Registration or
each time they log in, add the following: Attribute Exchange extension data each time they log in, add the
following:
OPENID_UPDATE_DETAILS_FROM_SREG = True OPENID_UPDATE_DETAILS_FROM_SREG = True
......
...@@ -33,7 +33,7 @@ The library integrates with Django's built in authentication system, so ...@@ -33,7 +33,7 @@ The library integrates with Django's built in authentication system, so
most applications require minimal changes to support OpenID llogin. The most applications require minimal changes to support OpenID llogin. The
library also includes the following features: library also includes the following features:
* Basic user details are transferred from the OpenID server via the * Basic user details are transferred from the OpenID server via the
simple Registration extension. Simple Registration extension or Attribute Exchange extension.
* can be configured to use a fixed OpenID server URL, for use in SSO. * can be configured to use a fixed OpenID server URL, for use in SSO.
* supports the launchpad.net teams extension to get team membership * supports the launchpad.net teams extension to get team membership
info. info.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment