| accounttypes_admin | Callback function: Assign roles to account types. |
| accounttypes_admin_submit | Submit the account type/role associations for storage |
| accounttypes_assign_old | Callback function: Assign existing users to the default account type if they don't have a account type. |
| accounttypes_assign_old_submit | Submit the account type to be set as default. |
| accounttypes_check_role_restriction | Check if the selected role is able to be applied to the selected user |
| accounttypes_default | Callback function: Set the default account type for new users. |
| accounttypes_default_submit | Submit the account type to be set as default. |
| accounttypes_default_validate | Validate the account type ID before saving as default |
| accounttypes_edit | Callback function: Add, edit, or delete account types. |
| accounttypes_edit_submit | Submit the account type name to be saved, deleted, or added to the database. |
| accounttypes_edit_validate | Validate the account type name before adding or saving it |
| accounttypes_forms | Register a callback for a certain flavor of the edit page. |
| accounttypes_form_alter | Alter user edit for account type stuff. |
| accounttypes_help | Implementation of hook_help |
| accounttypes_menu | Implementation of hook_menu |
| accounttypes_multiple_accounttype_change | Deal with changing multiple users' account type. |
| accounttypes_perm | Implementation of hook_perm |
| accounttypes_user | implementation of hook_user |
| accounttypes_user_admin_account_submit | Submit the user administration update form. |
| accounttypes_user_admin_account_validate | Validate the user administration update form. |
| accounttypes_user_build_filter_query | Build query for user administration filters based on session.
copied from user.module and modified |
| accounttypes_user_filter_form_submit | Process result from user administration filter form. |
| accounttypes_user_operations | Implementation of hook_user_operations |
| get_accounttypes | Retrieve an array of account types matching specified conditions. |
| theme_accounttypes_admin | Theme function to display the account type/role association grid |
| theme_accounttypes_new_edit | Theme for the add page of the edit function. |
| theme_accounttypes_user_admin_account | Theme user administration overview. |
| _accounttypes_user_exists | See if an entry exists in accounttypes_users for the given uid |