The Welcome aboard widget is a static information panel intended to guide users during their first logins to Tuleap.
.png?sv=2022-11-02&spr=https&st=2026-03-02T20%3A15%3A33Z&se=2026-03-02T20%3A26%3A33Z&sr=c&sp=r&sig=Pyy0qxcB6W5lVYq9PWDo%2Bd%2B2kWUfSL9PHziqNZY9BMY%3D)
Installation note
This widget can only be used on the Personal dashboard.
Content
Default content
The default content displayed by this widget adapts automatically according to the logged-in user's profile:
For a standard user: the message is oriented towards tool discovery and adoption. It generally suggests the first steps to start in the workspace, understand the general organization, and join projects.
For a platform administrator: the message provides essential technical reference points. It highlights server configuration points, important system files, and administration actions required to finalize the platform installation.
Tip
This widget is useful for starting your use of Tuleap. Once familiar with the platform, the user can remove it (via the widget's gear icon) to free up space on their dashboard.
Content customization
By default, the text of this widget is static and defined in the Tuleap system files. A system administrator with access to the server can customize these messages.
This operation is performed directly on the server's file system. To modify the displayed content:
Log in to the Tuleap server via SSH.
Identify the original source file corresponding to the profile to modify in
/usr/share/tuleap/site-content/fr_FR/widget/:my_welcome_message.mustache(message for standard users).my_welcome_message_admin.mustache(message for administrators).
Copy the desired file to the customization directory
/etc/tuleap/site-content/while reproducing the same directory structure.
Example:cp /usr/share/tuleap/site-content/fr_FR/widget/my_welcome_message.mustache /etc/tuleap/site-content/fr_FR/widget/my_welcome_message.mustacheEdit the copied file in
/etc/with your own HTML content.The modifications are taken into account immediately after saving.
Warning
Tuleap uses an override mechanism. Never modify the original files present in
/usr/share/tuleap/site-content/.Also, the copied files may contain template tags (Mustache) or specific HTML formatting. Ensure you preserve the existing structure to avoid errors occurring in the dashboard display.