Apps and development tools - IG User Management

Special features » IG User Management Services » Password change request

Migrating change request functionality from version 1.0 to 1.1

In IG User Management version 1.0 the change request functionality was contained inside the plugin design itself. It was extracted from there into separate plugin design "IG User Management Services" to allow the user management app to be anonymously unaccessible and to easily customize the change request functionality.

If you already used the change request functionality from version 1.0 do the following to keep your functionality intact when upgrading to 1.1:

  • Install IG User Management Services plugin and create an app on it, just like described in Setup
  • If you created a completely external change request UI outside of your user management app  you need to create a customization directory for your services app, see Customizing change requests. There you should modify the TMLScript module under "scripts/tmlscript/getProcessChangeRequestURL" to return the URL to your external UI
  • Upgrade the IG user management plugin itself from 1.0 to 1.1. It should automatically pick up your new services app.