Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • enable/disable user self-registration in i2b2 webclient

  • self-register new user

  • assign project and roles to new user (for administrator only)

Whenever a new user is added (registered) into the system, no project is assigned to the user. Therefore, the new user cannot sign into the i2b2 application immediately after self registering. The administrator has to do the following first before the new user can sign in:

...

Modify the file config.php that is located in the directory /var/www/html/webclient/registration/user to enable user self-registration. Set the value of the PHP attribute config_pm_uri to *** 'http://127.0.0.1:9090/i2b2/services/PMService/getServices'***.

Replace 127.0.0.1:9090 with the address of your PM cell if it is not on the same machine as the webserver!

...

In the admin tool, you will see the new self-registered user. Follow the admin tool instructions to add that user to a project.


(The author's original version of this document is at: https://github.com/kvb2univpitt/i2b2-saml-demo/tree/main/doc/user_registration)