Closed (works as designed)
Project:
Protected Node
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2009 at 20:47 UTC
Updated:
5 Mar 2012 at 21:46 UTC
This is an excellent module that definitely plugs a hole in what Drupal and other modules provide!
One thing I miss however here is a way to let the password expire after a given period of time.
Is something like that in the works? It should not be difficult.
Comments
Comment #1
vacilando commentedAnswering myself -- one solution is to use scheduled unpublishing provided by http://drupal.org/project/scheduler
Comment #2
mtolmacs commentedI do not plan such a feature. This module is planned to maintain it's current feature set and provide an API to extend it's functionality. If by any chance the current API is not enough or satisfactory, I'm more than happy to discuss extending it, even refactoring it.
Btw glad you found a solution.
Comment #3
hixster commentedVacilando - I know this is an old thread but could you share how you used scheduler to reset the password request? Do unpublishing and the republishing the nodes achieve that?
Comment #4
vacilando commentedWell, no, @hixster, in fact I did not need password expiration per se, only that users would lose access to specified nodes after some time (and that's what unpublishing them, using Scheduler, achieved).