would it be possible to add a time limit for people to change their roles ?

for ex. I need users to be able to change their roles if they are registered at least for 3 months.

thx.

Comments

johnhanley’s picture

I suppose you could create a view to filter user accounts by creation date, but a timestamp for when a user last changed his/her role selections doesn't exist.

drupallogic’s picture

yes, I can create a view to see which users have registered at least 3 months. what I need is automatic way not manuel.

so if a user is registered for 3 months, his role will be changed to role2 automatically. just a feature request.

johnhanley’s picture

Status: Active » Closed (won't fix)

I'm not inclined to add this to the core module, but you could write a small module and use hook_cron to query for users meeting your criteria and make the necessary role change.