Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/How Tos/How to brand Orion"

< Orion‎ | How Tos
(Created page with "This page is meant to collect information on the mechanisms for branding an Orion instance. Ideally things should be customizable without requiring code to be written. == Re...")
 
Line 15: Line 15:
 
Orion can send a few different email notifications, such as email address confirmation and password reminder.  
 
Orion can send a few different email notifications, such as email address confirmation and password reminder.  
  
Currently this is not customizable. See [bug 403261|https://bugs.eclipse.org/bugs/show_bug.cgi?id=403261].
+
Currently this is not customizable. See bug 403261[https://bugs.eclipse.org/bugs/show_bug.cgi?id=403261].
  
 
== Customizing the set of plug-ins Orion instance starts with ==
 
== Customizing the set of plug-ins Orion instance starts with ==
  
This currently is not possible. See [bug 358266|https://bugs.eclipse.org/bugs/show_bug.cgi?id=358266]
+
This currently is not possible. See bug 358266[https://bugs.eclipse.org/bugs/show_bug.cgi?id=358266].

Revision as of 19:19, 27 May 2015

This page is meant to collect information on the mechanisms for branding an Orion instance.

Ideally things should be customizable without requiring code to be written.

TBD

Changing the Orion login/front-page color scheme with a custom color scheme

TBD

Customizing the email templates

Orion can send a few different email notifications, such as email address confirmation and password reminder.

Currently this is not customizable. See bug 403261[1].

Customizing the set of plug-ins Orion instance starts with

This currently is not possible. See bug 358266[2].

Back to the top