Hi,

The site I'm building needs to support creation of accounts with multiple users and an account administrator. Features I'd like to implement:

  • limit number of users allowed by account type
  • account-user and account-admin roles (I might decide to create a 3-tier user structure, such as admin-user, super-user, basic-user)
  • account-admin have administration rights over users in that account, such as creating users, changing passwords, terminating users
  • Ability to upgrade/downgrade account

Any recommendations on preferred modules to implementing these features?

Thanks,

Mac