Skip to end of metadata
Go to start of metadata
Here are the basic components that are used to build a User Registration Page
- Registration Form (HTML)
- Registration Processor (PHP)
- i2b2_get_role($user_name, $project_id)
- i2b2_set_user($user_name, $full_name, $email, $status, $password)
- i2b2_set_role($user_name, $role, $project_id)
- i2b2_set_user_param($user_name, $param_name, $param_type, $param_value)
- i2b2 PM Web Services (XML)