Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This release addresses an issue where the module was conflicting with some elements of the user module. I had, without thinking, named the user-facing functions *_user. This usage will actually open hooks to the user module, and doing this resulted in the user module making calls to these functions. This resulted in errors in a couple of situations.
These modules were renamed to *_main in order to fix this issue.
PLEASE NOTE: If upgrading, you may need to disable and re-enable this module, in admin/build/modules in order for the user pages to come back up promptly.