<?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 Unused Pre-Registration vouchers are deleted after 30 days in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/unused-pre-registration-vouchers-are-deleted-after-30-days/m-p/48428#M6849</link>
    <description>Guest vouchers created in captive portal with the option of "Registration expiration starts at first login" enabled are deleted after 30 days if unused.&lt;BR /&gt;
&lt;BR /&gt;
I have received the following string from our service provider.&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;boolean=disablePreRegCleanup \= Boolean.getBoolean("DISABLE_PRE_REG_CLEANUP");&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
This string should be added to &lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;/usr/local/Extreme_Networks/NetSight/appdata/NSJBoss.properties&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
But it doesn't work.&lt;BR /&gt;
I have now added it to the EngineProperties like -&amp;gt; &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/NAC-Control-How-to-create-a-Expire-Time-when-uploading-users-in-Authenticated-Registration-in-Pre-Registration-Portal" target="_blank" rel="nofollow noreferrer noopener"&gt;this&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Any other ideas?</description>
    <pubDate>Thu, 13 Dec 2018 23:19:00 GMT</pubDate>
    <dc:creator>Olaf_Billwitz</dc:creator>
    <dc:date>2018-12-13T23:19:00Z</dc:date>
    <item>
      <title>Unused Pre-Registration vouchers are deleted after 30 days</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/unused-pre-registration-vouchers-are-deleted-after-30-days/m-p/48428#M6849</link>
      <description>Guest vouchers created in captive portal with the option of "Registration expiration starts at first login" enabled are deleted after 30 days if unused.&lt;BR /&gt;
&lt;BR /&gt;
I have received the following string from our service provider.&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;boolean=disablePreRegCleanup \= Boolean.getBoolean("DISABLE_PRE_REG_CLEANUP");&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
This string should be added to &lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;/usr/local/Extreme_Networks/NetSight/appdata/NSJBoss.properties&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
But it doesn't work.&lt;BR /&gt;
I have now added it to the EngineProperties like -&amp;gt; &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/NAC-Control-How-to-create-a-Expire-Time-when-uploading-users-in-Authenticated-Registration-in-Pre-Registration-Portal" target="_blank" rel="nofollow noreferrer noopener"&gt;this&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Any other ideas?</description>
      <pubDate>Thu, 13 Dec 2018 23:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/unused-pre-registration-vouchers-are-deleted-after-30-days/m-p/48428#M6849</guid>
      <dc:creator>Olaf_Billwitz</dc:creator>
      <dc:date>2018-12-13T23:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unused Pre-Registration vouchers are deleted after 30 days</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/unused-pre-registration-vouchers-are-deleted-after-30-days/m-p/48429#M6850</link>
      <description>Statement from support&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;On the NetSight server, edit the NetSight/appdata/NSJBoss.properties file. &lt;BR /&gt;
Add the following line and change 30 to the number of days you want to set it to: &lt;BR /&gt;
MAX_USERS_DAYS_WITH_NO_DEVICE=25 (just an example) &lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 14 Dec 2018 14:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/unused-pre-registration-vouchers-are-deleted-after-30-days/m-p/48429#M6850</guid>
      <dc:creator>Olaf_Billwitz</dc:creator>
      <dc:date>2018-12-14T14:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unused Pre-Registration vouchers are deleted after 30 days</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/unused-pre-registration-vouchers-are-deleted-after-30-days/m-p/48430#M6851</link>
      <description>But I want to disable the automatic deletions.&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to do this at &lt;BR /&gt;
/usr/local/Extreme_Networks/NetSight/appdata/NSJBoss.properties&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;DISABLE_PRE_REG_CLEANUP&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Dec 2018 14:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/unused-pre-registration-vouchers-are-deleted-after-30-days/m-p/48430#M6851</guid>
      <dc:creator>Olaf_Billwitz</dc:creator>
      <dc:date>2018-12-14T14:50:00Z</dc:date>
    </item>
  </channel>
</rss>

