Since every user has the authenticated role that role is not stored in the users_roles table, so user_expire_find_users_to_expire_by_role needs to be smarter when $rid is DRUPAL_AUTHENTICATED_RID and return all users who are over 90 days of inactivity.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2598452_handle_authenticated_rid_3.patch | 1.84 KB | greggles |
| #2 | 2598452_handle_authenticated_rid.patch | 1.83 KB | greggles |
Comments
Comment #2
gregglesI think this does it.
Comment #4
gregglesComment #5
greggles