<?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 force ORG users to change password in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-to-force-org-users-to-change-password/m-p/673917#M33453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it seems that I &lt;/SPAN&gt;&lt;STRONG&gt;CANNOT &lt;/STRONG&gt;&lt;SPAN&gt;actually change a users password... :mad: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Here is the attempt to change a users password: &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;ORGNAME&amp;gt;.maps.arcgis.com:443/sharing/rest/community/users/&amp;lt;USERNAME&amp;gt;/update&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DATA: {'token': '&amp;lt;SUPER LONG OBSCURE TOKEN&amp;gt;', 'password': '&amp;lt;RANDOM PASSWORD&amp;gt;', 'f': 'json'}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP RESPONSE: {'username': '&amp;lt;USERNAME&amp;gt;', 'success': True}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can, however - disable them with an undocumented REST operation... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Here is disabling the user: &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;ORGNAME&amp;gt;.maps.arcgis.com:443/sharing/rest/community/users/&amp;lt;USERNAME&amp;gt;/disable&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DATA: {'token': '&amp;lt;SUPER LONG OBSCURE TOKEN&amp;gt;', 'f': 'json'}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP RESPONSE: {'success': True}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even though I get a response saying 'success' that the password was changed, the user can still login with their old password and not their new one. The user is actually disabled though if I run the second command. Both are over an HTTP POST method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At any rate - we are mitigating this by: &lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt; &lt;BR /&gt; &lt;LI&gt;Sending an email to all users asking them to change their password&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Asking those users to notify us once they have complied&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Tracking which users have not complied&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Disabling users that have not complied (after 15 or 30 days)&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Deleting the user if the account was disabled for more than 60 days&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;&lt;/LI&gt; &lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 21:23:19 GMT</pubDate>
    <dc:creator>PF1</dc:creator>
    <dc:date>2014-04-25T21:23:19Z</dc:date>
    <item>
      <title>How to force ORG users to change password</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-force-org-users-to-change-password/m-p/673916#M33452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I help to administer an ArcGIS Online Organizational solution.&amp;nbsp; We have close to 100 members or so from our enterprise that can login to that.&amp;nbsp; Our user accounts are NOT using the enterprise login feature (like SAML back to our internal AD structure), so we are just using built-in identity provider (Esri GLOBAL accounts?!).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Esri ArcGIS Online product appears to have been vulnerable to the OpenSSL Vulnerability CVE-2014-0160 (Heartbleed) as documented on the &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/42405"&gt;Esri Knowledge Base&lt;/A&gt;&lt;SPAN&gt; and subsequently patched with new CA certs: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;�?� ArcGIS Online �?? Mitigations have been applied to all service endpoints and certificates have been re-issued across the platform. As a precautionary measure, Esri encourages users to change passwords for systems where mitigations have been completed, such as ArcGIS Online. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way I can force the user to change their password on next login for all my users in the ORG solution?&amp;nbsp; I can blast out emails asking them to, but I have not yet found a way to force it.&amp;nbsp; If I cannot force them, is there a way I can get notified that they have changed their password for our tracking purposes?&amp;nbsp; I know I could disable the user, but cannot find a better way to mitigate the risks of user accounts being compromised.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does appear that it might be possible to set the users password with a random one, provide that to the user, have them re-set it, and track progress that way.&amp;nbsp; might be possible through the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Update_User/02r3000000m0000000/"&gt;update user&lt;/A&gt;&lt;SPAN&gt; operation as its listed in the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000009v000000"&gt;user parameters&lt;/A&gt;&lt;SPAN&gt; section (although I have not tested this yet).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any guidance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 18:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-force-org-users-to-change-password/m-p/673916#M33452</guid>
      <dc:creator>PF1</dc:creator>
      <dc:date>2014-04-23T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to force ORG users to change password</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-force-org-users-to-change-password/m-p/673917#M33453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it seems that I &lt;/SPAN&gt;&lt;STRONG&gt;CANNOT &lt;/STRONG&gt;&lt;SPAN&gt;actually change a users password... :mad: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Here is the attempt to change a users password: &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;ORGNAME&amp;gt;.maps.arcgis.com:443/sharing/rest/community/users/&amp;lt;USERNAME&amp;gt;/update&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DATA: {'token': '&amp;lt;SUPER LONG OBSCURE TOKEN&amp;gt;', 'password': '&amp;lt;RANDOM PASSWORD&amp;gt;', 'f': 'json'}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP RESPONSE: {'username': '&amp;lt;USERNAME&amp;gt;', 'success': True}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can, however - disable them with an undocumented REST operation... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Here is disabling the user: &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;ORGNAME&amp;gt;.maps.arcgis.com:443/sharing/rest/community/users/&amp;lt;USERNAME&amp;gt;/disable&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DATA: {'token': '&amp;lt;SUPER LONG OBSCURE TOKEN&amp;gt;', 'f': 'json'}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP RESPONSE: {'success': True}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even though I get a response saying 'success' that the password was changed, the user can still login with their old password and not their new one. The user is actually disabled though if I run the second command. Both are over an HTTP POST method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At any rate - we are mitigating this by: &lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt; &lt;BR /&gt; &lt;LI&gt;Sending an email to all users asking them to change their password&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Asking those users to notify us once they have complied&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Tracking which users have not complied&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Disabling users that have not complied (after 15 or 30 days)&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;Deleting the user if the account was disabled for more than 60 days&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;&lt;/LI&gt; &lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 21:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-force-org-users-to-change-password/m-p/673917#M33453</guid>
      <dc:creator>PF1</dc:creator>
      <dc:date>2014-04-25T21:23:19Z</dc:date>
    </item>
  </channel>
</rss>

