I'm using AAR and Role Expire to give new users a "trial subscription" to our website. It would be great if there was a mechanism for AAR to detect that Role Expire has been installed so that we could set an expiration date for the auto-assigned role for new users.

Comments

cyberswat’s picture

Status: Active » Closed (won't fix)

I'm a little confused by this request and not entirely sure it's within the scope of auto assign role to handle. It sounds like if there is a module that unsets a role at any point after a user is assigned to it then it shouldn't have any conflicts with this module and should be able to handle that internally. I'm marking this won't fix unless you have additional reasons for integration.

Bobuido’s picture

Believe this is the duty of the Role Expire project

These projects don't yet appear to work together so I created an issue there

Set Role Expiry Date on Auto Assign Role
http://drupal.org/node/842210

dianacastillo’s picture

Status: Closed (won't fix) » Needs work

re: automatically filling in the expiration date for users as well as the role on registration.
they havent fixed it in the role expire project so i am going to modify my "auto assign role" module to also automatically fill in the expiration date when a person registers since that seems easier than modifying the "role expire" module, unless someone else has come up with a solution?

dianacastillo’s picture

I made a cron script to fix this:
http://drupal.org/node/1420070#comment-6635516

dianacastillo’s picture

I modified the role_expire_module so now it adds the expiration date for the role that has been auto assigned everytime the cron runs
http://drupal.org/node/649256#comment-6640094