Closed (fixed)
Project:
Tupas Authentication
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2011 at 13:04 UTC
Updated:
14 Oct 2016 at 16:04 UTC
Jump to comment: Most recent
Comments
Comment #1
juhaniemi commentedFirst working version has been added to VCS. I will make a release after some more testing within the next couple of weeks.
Comment #2
JAYBOB commentedAny news on this one?
Comment #3
isampo commentedPushed latest code into the 7.x-1.x dev.
This contains multiple bugfixes and improvements (see all updates at http://drupalcode.org/project/tupas.git/blob/da25148:/CHANGELOG.txt).
There's also updates to the images and image names so you need to run update.php to keep them up-to-date.
Note: If you're upgrading and want to start using the SHA256 algorithm (as you should), remember also to check your own Tupas return/validation functions that they are up-to-date. You might have been doing some validation there like:
The code for the new SHA256 algorithm at the Tupas documentation is 03. If your code is something like above and you don't update your code, it won't work. To make things simple, I added a simple function to the tupas.module that you can use to calculate the MAC. Like this:
Comment #4
JAYBOB commentedHi,
I was just wondering that is this really convenient:
I'm not certain of what is the most common use case, but I think that there should be at least option for admin to select whether they want to remove the role or not. In many cases users are being identified for a maximum of 1 year period or so and therefore I'm having my doubts...
On the other hand it(this) seems like a feature(request) that would enable role expiration.
Comment #5
isampo commentedThat is correct! Thank you for this point of view.
Just made a switch into the general settings form where you can select if the user's Tupas authentication should be terminated on logout. It says TRUE by default, since I think that's the most common use case. Committed to dev.
Comment #6
tuutti commented