Log of /contributions/modules/loginticket/loginticket.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 28 02:16:54 2009 UTC
(5 months ago)
by
crdant
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.3: +37 -13 lines
Diff to
previous 1.3
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.
Revision
1.1.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 4 19:31:42 2008 UTC
(20 months, 3 weeks ago)
by
jpetso
Branch:
DRUPAL-5
Changes since
1.1.2.7: +7 -5 lines
Diff to
previous 1.1.2.7
, to
branch point 1.1
Part of #229797 by vgarvardt, with only small modifications:
Use a "passcode_md5 IN (..., ...)" query statement instead of
the more unwieldy "passcode_md5 = ... OR passcode_md5 = ... OR ...".
Revision
1.1.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 4 19:25:25 2008 UTC
(20 months, 3 weeks ago)
by
jpetso
Branch:
DRUPAL-5
Changes since
1.1.2.6: +8 -1 lines
Diff to
previous 1.1.2.6
, to
branch point 1.1
Make sure there is a session, even if none has been created yet and
no data has been stored in the $_SESSION variable. That case requires us
to store something by ourselves, so that the session will be remembered.
Revision
1.2
Fri Mar 30 22:13:36 2007 UTC
(2 years, 7 months ago)
by
jpetso
Branch:
MAIN
Changes since
1.1: +0 -0 lines
FILE REMOVED
Remove files from HEAD, and only leave the README.txt pointing to the DRUPAL-5 branch.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 30 21:10:38 2007 UTC
(2 years, 7 months ago)
by
jpetso
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0
Branch point for:
DRUPAL-5
Initial commit of the Login Ticket API module. Provides facilities for other modules let people log in as Drupal user as long as their login ticket is valid.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.