Releases for Login Ticket API
loginticket 5.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.7.tar.gz | 10.16 KB | f64600b05156f0e1648ed850ea6d5b6f |
Repaired syntax reported by attymullins in #492434: Syntax errors in loginticket.install and loginticket.module.
loginticket 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.6.tar.gz | 10.15 KB | dfcfdf1d1875f8c1bce3eb1fb8752982 |
Updated with patches for issues #436694: Allows multiple valid tickets per (users, purpose) pair, #436674: Uninstall hook calls loginticket hook unnecessarily, #229797: Introduce an autoincrement integer id
loginticket 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| loginticket-6.x-1.6.tar.gz | 10.12 KB | f5e46f9d3b692d924950ae4441704ec1 |
Initial release for Drupal 6. Includes patches from issues #264816: Drupal 6 port, #229797: Introduce an autoincrement integer id, and #436674: Uninstall hook calls loginticket hook unnecessarily.
loginticket 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.5.tar.gz | 9.99 KB | a1b76a7d84c19a7ec04991188249b578 |
Another bug fix release, including the following small improvements:
- It is now made sure that logins happen even if no session exists and no other part of Drupal intends to create one, either. For users who are completely new to the site and use a direct login link (without visiting another page of the site before), this might have been problematic. *Fixed.*
- Also, improvements by contributor vgarvardt from issue #229797: Introduce an autoincrement integer id. Should make the module a bit faster. (I haven't benchmarked it, though.)
Especially considering the first point, it is suggested (and safe - no incompatible changes) to upgrade. Thanks for reading, have fun.
loginticket 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.4.tar.gz | 9.93 KB | 0b03f600f577e8982e7cbb1b7029f271 |
I hate it when I have to put out two bugfix releases in short intervals, but uid in an SQL query must be %d and not '%s'. I have no idea where that came from, hope it was in the original user_login_submit() where it's correct as well currently.
loginticket 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.3.tar.gz | 9.93 KB | 4e7d23ac8ef49e4a1da1388a270a1f36 |
Follow-up release: fix the (newly introduced) feature that keeps the user logged in if she's the target (passcode-matching) user. The fix is twofold: a) it calls hook_loginticket($op='login') also for this case, and b) it returns the user object instead of TRUE, which is what the apidox say.
loginticket 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.2.tar.gz | 9.92 KB | dde26a4ba2b427a084a1085d212b2e44 |
Nevermind large changes in Temporary Invitation, this module seems to be well-designed enough to survive nearly without changes.
So this is mainly a bug fix release, with only one minor "feature". Here's what changed:
- Bug fix: Don't delete tickets of the same user when a new one is created.
- Usability: Don't attempt to log in if the target user is the current one already. (Most of all, this has the benefit of not destroying the session.)
- Feature: Added a new hook_loginticket() op, 'login'. Called when a user logs in using a login ticket.
- Coding guidelines: Default values for database columns, and some other minor style improvements.
That's it. I could say this module definitely goes well for my purposes, so I need your input where it's still lacking and how it could be improved. Don't be scared of posting issues, they can only help :)
loginticket 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.1.tar.gz | 9.75 KB | f9cb941469770fae25750b333e8c1501 |
No changes in functionality, only a fix in the API documentation (a more recent, no longer existing version of the hook was incorrectly mentioned).
loginticket 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.0.tar.gz | 9.71 KB | 3e604cc1c418848cc91a89b1ac7653b5 |
The very first release of the Login Ticket API. Tell me what you think, and use it in your own modules.
loginticket 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| loginticket-5.x-1.x-dev.tar.gz | 10.19 KB | 953648b08182359a6c3910212a54c8fe |
