Skip to Main Content
HCL Connections Ideas Portal

Welcome to the HCL Connections Product Ideas Lab! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by the HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events, please visit our HCL Connections page.

Status Under Consideration
Categories 13. Other
Created by Guest
Created on Mar 12, 2025

User Selfregistration (invite) with calculated values for UID

Please make it possible to allow for a calculated value for UID on self creation. For example UUID V4, or even better to allow to inject custom javascript so the customers own logic can be written.


Is it possible to use calculated strings in the selfregistration-config.xml like:


<attribute>
                    <!-- The uid attribute field. The mapping value could be obtained from the `<TDISOL>map_dbrepos_from_source.properties` file -->
                           <key>uid</key>
                           <value>${UUID-calculation}</value>
                    </attribute>

Currently it automatically takes the email address as UID

  • Attach files