Needs work
Project:
Auto Assign Role
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Aug 2009 at 18:06 UTC
Updated:
23 Oct 2012 at 20:16 UTC
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
Comment #1
cyberswat commentedI'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.
Comment #2
Bobuido commentedBelieve 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
Comment #3
dianacastillo commentedre: 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?
Comment #4
dianacastillo commentedI made a cron script to fix this:
http://drupal.org/node/1420070#comment-6635516
Comment #5
dianacastillo commentedI 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