-
Login Ticket API: February 25, 2011 2:07
Commit aa3a7a2 on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Login Ticket API: February 25, 2011 2:07
Commit 86cf63b on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Login Ticket API: February 25, 2011 2:07
Commit 6646d6b on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Added enhancement for onetime login from [#653606] with some changes to match other elements of the module's coding style. Thanks to jww2nc.
-
Took out the 5.x packaging info
-
#651258 patch by klausi: fixed delete query bug
-
#651258 patch by klausi: fixed delete query bug
-
Added alter hook to allow modules to modify the ticket that was generated. Used on a client site to create a more secure ticket rather than the one in the module that seemed to be focused on usability/readability. Also refactored ticket expiration into it's own function so that it could be called by other modules. Need to backport these changes to 5.x and roll a release for 5.x as well.
-
Updated to fix syntax errors to repair issue 492434 per patch by attymullins
-
Updated with query optimization from issue #264623.