Skip to content

Add optional banner config HTML support section #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion 469-e/overview/sep-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,11 +657,18 @@ <h4 id="banner-message">Banner message<a class="headerlink" href="#banner-messag
<p>Add text to the <strong>Banner messaging</strong> text field to create a short message of 300
characters or less. The banner message appears across the top of the login
screen for logged out users.</p>
<p><strong>Optional Configuration:</strong></p>
<ul>
<li>You may choose to display the banner message at the <strong>top or bottom</strong> of the login screen depending on your custom UI implementation or CSS override. The default is top.</li>
<li>HTML support may allow for <strong>clickable hyperlinks</strong> in the banner. Example:</li>
</ul>
<pre><code>&lt;a href="https://your.link/here"&gt;Click here for support&lt;/a&gt;</code></pre>
<p>Note: HTML rendering support may depend on your version or administrator-defined restrictions.</p>
<p>The Starburst Enterprise web UI can be configured to allow more text by setting the following
configuration property to the desired size in the coordinator’s
<code class="docutils literal notranslate"><span class="pre">config.properties</span></code> file:</p>
<div class="highlight-properties notranslate"><div class="highlight"><pre><span></span><span class="c1"># value in chars; default is 300</span>
<span class="na">sep-ui.security.banner-text-max-size</span><span class="o">=</span><span class="s">300</span>
<span class="na">sep-ui.security.banner-text-max-size</span><span class="o">=</span><span class="s">500</span>
</pre></div>
</div>
</section>
Expand Down