hi to everyone,
I need to restrict user access for each user in my website when its password expires.
I want allow them to access in a page where they have possibility to change it, but they cannot see anything else. I'm using password_policy, but it's lock users if they don't change password at first request. I want to improve it to restrict user access to few pages and dont blocking users.
Can anyone help me?
thank you

Comments

rschwab’s picture

You can use User Roles to restrict access. Try looking at this module, then search the drupal.org site for more information (there is a lot out there on this subject).

http://drupal.org/node/31601

- Ryan