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

vacilando’s picture

Answering myself -- one solution is to use scheduled unpublishing provided by http://drupal.org/project/scheduler

mtolmacs’s picture

Status: Active » Closed (works as designed)

I 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.

hixster’s picture

Vacilando - 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?

vacilando’s picture

Well, 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).