9 calls to user_get_registered_attributes()

user_alter_student_profile_items in modules/user/user.module
Implements hook_alter_student_profile_items
user_edit_attribute_form in modules/user/user.module
The form which lets us actually edit this user's attribute (ex: Visa Status) Meant to be very similar to:
user_edit_student_user_form in modules/user/user.student.inc
Let the user edit a studentuser's information.
user_edit_user_advisees_form in modules/user/user.module
This form lets us populate the advisor_student table
user_edit_user_attributes_form in modules/user/user.module
user_edit_user_attributes_form_submit in modules/user/user.module
user_edit_user_form in modules/user/user.module
Let the user edit a user's roles and other information.
user_perm in modules/user/user.module
user_student_edit_student_courses_form in modules/user/user.student.inc
This is the form which we will use to manage a student's courses they've taken.