<?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 to remove the latest blogs window from the login page, without Studio ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315768#M2769</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2014 17:43:05 GMT</pubDate>
    <dc:creator>Anahide_Tchertc</dc:creator>
    <dc:date>2014-11-14T17:43:05Z</dc:date>
    <item>
      <title>How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315763#M2764</link>
      <description>&lt;P&gt;I wish to prevent users from seeing this window.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 14:06:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315763#M2764</guid>
      <dc:creator>jbpotokar_</dc:creator>
      <dc:date>2014-10-14T14:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315764#M2765</link>
      <description>&lt;P&gt;You have to put in your login.jsp this line:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;boolean showNews = false;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The login.jsp is in the &lt;STRONG&gt;nuxeo-platform-webapp-X.X.jar&lt;/STRONG&gt; in the bundles folder (/nxserver/bundles).&lt;/P&gt;
&lt;P&gt;Inside the jar, the JSP is in this folder: web/nuxeo.war/login.jsp&lt;/P&gt;
&lt;P&gt;I hope this help&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 16:30:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315764#M2765</guid>
      <dc:creator>JVent_</dc:creator>
      <dc:date>2014-10-16T16:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315765#M2766</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thx a lot, worked perfectly right !&lt;/P&gt;
&lt;P&gt;JB&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 14:50:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315765#M2766</guid>
      <dc:creator>jbpotokar_</dc:creator>
      <dc:date>2014-10-17T14:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315766#M2767</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I think it would be better to use the &lt;EM&gt;loginScreen&lt;/EM&gt; extension point from &lt;EM&gt;org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService&lt;/EM&gt; instead of overwritting or editing login.jsp.&lt;/P&gt;
&lt;P&gt;Have a look for instance at: &lt;A href="https://github.com/nuxeo/nuxeo-services/blob/014a61093a0778d6fd02bcdd88037f9289ed328d/nuxeo-platform-web-common/src/test/resources/OSGI-INF/test-loginscreenconfig-merge.xml" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-services/blob/014a61093a0778d6fd02bcdd88037f9289ed328d/nuxeo-platform-web-common/src/test/resources/OSGI-INF/test-loginscreenconfig-merge.xml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The important tag here is: &lt;EM&gt;newsIframeUrl&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Cédric.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2014 01:45:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315766#M2767</guid>
      <dc:creator />
      <dc:date>2014-10-22T01:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315767#M2768</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;In fact, I don't know how to use this link to test-loginscreenconfig-merge...
What am I supposed to do with these lines ? Put them in a file somewhere ?&lt;/P&gt;
&lt;P&gt;Thx for your answers.&lt;/P&gt;
&lt;P&gt;JB&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 09:11:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315767#M2768</guid>
      <dc:creator>jbpotokar_</dc:creator>
      <dc:date>2014-11-11T09:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315768#M2769</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 17:43:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315768#M2769</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2014-11-14T17:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315769#M2770</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 17:44:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315769#M2770</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2014-11-14T17:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315770#M2771</link>
      <description>&lt;P&gt;Hi jbpotokar,
This kind of customization can be done with Nuxeo IDE, you should have a look at: &lt;A href="http://doc.nuxeo.com/display/NXDOC56/Learning+to+customize+Nuxeo+EP" target="test_blank"&gt;http://doc.nuxeo.com/display/NXDOC56/Learning+to+customize+Nuxeo+EP&lt;/A&gt;. You'll find examples how to extend services using xml files.&lt;/P&gt;
&lt;P&gt;Regards,
Cédric.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 03:30:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315770#M2771</guid>
      <dc:creator />
      <dc:date>2014-11-15T03:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the latest blogs window from the login page, without Studio ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315771#M2772</link>
      <description>&lt;P&gt;Ok sorry&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:15:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-remove-the-latest-blogs-window-from-the-login-page/m-p/315771#M2772</guid>
      <dc:creator>jbpotokar_</dc:creator>
      <dc:date>2015-03-18T11:15:13Z</dc:date>
    </item>
  </channel>
</rss>

