<?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 create a login and password on JMP APPLICATION in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-create-a-login-and-password-on-JMP-APPLICATION/m-p/12680#M12041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As &lt;A href="https://community.jmp.com/people/DanSchikore"&gt;DanSchikore&lt;/A&gt; points out there's no built-in username/password database for JMP Applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to manage that yourself and you need to prompt for passwords, you can obscure the password entry field using by setting &amp;lt;&amp;lt;Password Style (1) on the Text Edit Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the example from the Scripting Index:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #032ce4;"&gt;Names Default To Here&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;win &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;New Window&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #942193;"&gt;"Example"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; fontobj &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; text &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Text Edit Box&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #942193;"&gt;"Example Text"&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;text &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Password Style&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 16:50:15 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2015-06-05T16:50:15Z</dc:date>
    <item>
      <title>How to create a login and password on JMP APPLICATION</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-login-and-password-on-JMP-APPLICATION/m-p/12678#M12039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;I'm a new user of JMP and I just create my first application with jmp application builder&lt;/P&gt;&lt;P&gt;I just want to know how to create a login and password before launch my application.&lt;/P&gt;&lt;P&gt;Looking for your answer &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Duhamel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 12:58:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-login-and-password-on-JMP-APPLICATION/m-p/12678#M12039</guid>
      <dc:creator>duhamel</dc:creator>
      <dc:date>2015-06-05T12:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a login and password on JMP APPLICATION</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-login-and-password-on-JMP-APPLICATION/m-p/12679#M12040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two properties on the Application object to help with access control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you toggle on the 'Encrypt' property, the saved Application will be encrypted when saved to a .jmpapp file, a data table, or add-in (any saved form that runs the application).&amp;nbsp; This encryption is equivalent to Edit&amp;gt;Encrypt Script for a JSL script.&amp;nbsp; Note that the .jmpappsource file, which opens into the JMP Application Builder, is NOT encrypted.&amp;nbsp; This is the "source file" and the developer must keep it safe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optionally, you can set the 'Run Password' on an encrypted Application.&amp;nbsp; This password would be needed to run the saved encrypted application, but again is NOT needed to reopen the .jmpappsource file in App Builder.&amp;nbsp; There is no concept of a login name - only the single password is supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;-Dan&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8864_AppBuilderEncrypt.png" style="width: 276px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1611iFE0FABC63097E06E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8864_AppBuilderEncrypt.png" alt="8864_AppBuilderEncrypt.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 23:26:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-login-and-password-on-JMP-APPLICATION/m-p/12679#M12040</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2016-10-18T23:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a login and password on JMP APPLICATION</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-login-and-password-on-JMP-APPLICATION/m-p/12680#M12041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As &lt;A href="https://community.jmp.com/people/DanSchikore"&gt;DanSchikore&lt;/A&gt; points out there's no built-in username/password database for JMP Applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to manage that yourself and you need to prompt for passwords, you can obscure the password entry field using by setting &amp;lt;&amp;lt;Password Style (1) on the Text Edit Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the example from the Scripting Index:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #032ce4;"&gt;Names Default To Here&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;win &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;New Window&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #942193;"&gt;"Example"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; fontobj &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; text &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Text Edit Box&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #942193;"&gt;"Example Text"&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;text &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Password Style&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 16:50:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-login-and-password-on-JMP-APPLICATION/m-p/12680#M12041</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2015-06-05T16:50:15Z</dc:date>
    </item>
  </channel>
</rss>

