-
OpenID Provider Persona: February 25, 2011 2:09
Commit 97bc402 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
OpenID Provider Persona: February 25, 2011 2:09
Commit cbbb8ee on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Add spaces after all headings.
-
Clean up README.txt
-
#399746 adding dependency to the provider ax module and updating based off provider ax new dependency. Patch supplied by Aron Novak
-
Initial release for this module
-
Module now implements it hooks and has a stable simple registration and attribute exchange interface to it.
-
Added the persona realm table for determining values to give based off the users realm and persona preferences. Added hook for sreg so other modules can implement the hook and return the value and if nothing is returned the module will fall back to the persona and if no persona is specified it will fallback again to the default persona for the user
-
Re-worked the module so it does not use so many database queries to constantly get the same information. Removed the attributes table in favour of a static array holding the same information but also adding the sreg field to the pertinent attributes that are defined as available via simple registration
-
Added support for client ax through the persona module