<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I customize login screen beyond messages by login_content? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74852#M2498</link>
    <description>&lt;P&gt;You can extend the official login screen customization by using the &lt;EM&gt;login_content&lt;/EM&gt; parameter in &lt;EM&gt;web.conf&lt;/EM&gt; to include inline JavaScipt into the page. The JS is evaluated at page load and it can make arbitrary changes to the page.&lt;/P&gt;

&lt;P&gt;For example to change the background color, put in $SPLUNK_HOME/etc/system/local/web.conf&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[settings]&lt;BR /&gt;
login_content=&lt;SCRIPT type="text/javascript"&gt;document.body.style.background=&amp;amp;quot;#000&amp;amp;quot;;&lt;/SCRIPT&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Tue, 01 Jul 2014 14:25:21 GMT</pubDate>
    <dc:creator>asetyyli</dc:creator>
    <dc:date>2014-07-01T14:25:21Z</dc:date>
    <item>
      <title>How can I customize login screen beyond messages by login_content?</title>
      <link>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74849#M2495</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I added customized message and image to the login screen by setting login_content parameter in web.conf. However, I need to customize the login screen beyond just adding messages.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.1.5/Developer/CustomizeLogin" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.5/Developer/CustomizeLogin&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As I saw the documentation above, I could not find any information about customizing login screen. Is there any customization option for login page?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2010 13:57:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74849#M2495</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2010-10-21T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I customize login screen beyond messages by login_content?</title>
      <link>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74850#M2496</link>
      <description>&lt;P&gt;What you see in the docs is the official/supported login screen customization.  &lt;/P&gt;

&lt;P&gt;For the brave, you can edit the login html page directly - &lt;A href="http://answers.splunk.com/questions/6358/can-i-change-the-splunk-login-page" rel="nofollow"&gt;http://answers.splunk.com/questions/6358/can-i-change-the-splunk-login-page&lt;/A&gt; .  Obviously, this could break things in unexpected ways and cause you support headaches down the road.&lt;/P&gt;

&lt;P&gt;Additionally, you can turn off the "update checker" on the login panel - see &lt;A href="http://answers.splunk.com/questions/2343/how-do-i-disable-the-display-of-release-messages-on-login-page" rel="nofollow"&gt;http://answers.splunk.com/questions/2343/how-do-i-disable-the-display-of-release-messages-on-login-page&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2010 00:34:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74850#M2496</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2010-10-22T00:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I customize login screen beyond messages by login_content?</title>
      <link>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74851#M2497</link>
      <description>&lt;P&gt;yes, the first option dwaddle suggests does work, but it's important to understand that changes you make to the login.html will be overwritten every time you upgrade, so you'll have to make a copy of your edited login page and re-add it after every upgrade. it is also not guaranteed that the design of the login page html won't change, so you should make sure to check it out, especially after a major release upgrade (for instance to 4.2 when it comes out next year).&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2010 01:03:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74851#M2497</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2010-10-22T01:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I customize login screen beyond messages by login_content?</title>
      <link>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74852#M2498</link>
      <description>&lt;P&gt;You can extend the official login screen customization by using the &lt;EM&gt;login_content&lt;/EM&gt; parameter in &lt;EM&gt;web.conf&lt;/EM&gt; to include inline JavaScipt into the page. The JS is evaluated at page load and it can make arbitrary changes to the page.&lt;/P&gt;

&lt;P&gt;For example to change the background color, put in $SPLUNK_HOME/etc/system/local/web.conf&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[settings]&lt;BR /&gt;
login_content=&lt;SCRIPT type="text/javascript"&gt;document.body.style.background=&amp;amp;quot;#000&amp;amp;quot;;&lt;/SCRIPT&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:25:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-can-I-customize-login-screen-beyond-messages-by-login/m-p/74852#M2498</guid>
      <dc:creator>asetyyli</dc:creator>
      <dc:date>2014-07-01T14:25:21Z</dc:date>
    </item>
  </channel>
</rss>

