<?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 Password reset in AppStudio app in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/password-reset-in-appstudio-app/m-p/1186380#M4304</link>
    <description>&lt;P&gt;My qml AppStudio app supports users entering their agol username and password in order to log in before proceeding.&amp;nbsp; I would like to add functionality to reset a forgotten password, but I can't figure out how to do that.&amp;nbsp; Is there an API for this accessible from qml?&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jun 2022 00:35:23 GMT</pubDate>
    <dc:creator>GeneVaatveit</dc:creator>
    <dc:date>2022-06-25T00:35:23Z</dc:date>
    <item>
      <title>Password reset in AppStudio app</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/password-reset-in-appstudio-app/m-p/1186380#M4304</link>
      <description>&lt;P&gt;My qml AppStudio app supports users entering their agol username and password in order to log in before proceeding.&amp;nbsp; I would like to add functionality to reset a forgotten password, but I can't figure out how to do that.&amp;nbsp; Is there an API for this accessible from qml?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 00:35:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/password-reset-in-appstudio-app/m-p/1186380#M4304</guid>
      <dc:creator>GeneVaatveit</dc:creator>
      <dc:date>2022-06-25T00:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Password reset in AppStudio app</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/password-reset-in-appstudio-app/m-p/1187594#M4306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/589598"&gt;@GeneVaatveit&lt;/a&gt;, &lt;/P&gt;&lt;P data-unlink="true"&gt;If you don't mind not having a custom login setup you can take a look at the sample "Portal User Info", you'll see it uses the Runtime Toolkit AuthenticationView{} component which ultimately uses a WebView for an AGOL login box that allows the user to choose "Forgot username?" or, "Forgot password?". Otherwise, it looks like there is a &lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/common-parameters.htm#:~:text=Password%20for%20the%20user.%20Only%20applicable%20for%20the%20arcgis%20identity%20provider." target="_self"&gt;REST API for update user&lt;/A&gt; that can update passwords but only for&amp;nbsp;&lt;SPAN&gt;arcgis identity provider.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-28 at 1.53.53 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44707i0411C700B7FC9523/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-06-28 at 1.53.53 PM.png" alt="Screen Shot 2022-06-28 at 1.53.53 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 23:45:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/password-reset-in-appstudio-app/m-p/1187594#M4306</guid>
      <dc:creator>TrevorFrame</dc:creator>
      <dc:date>2022-06-28T23:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Password reset in AppStudio app</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/password-reset-in-appstudio-app/m-p/1187991#M4307</link>
      <description>&lt;P&gt;Actually my client DOES mind not having a custom login setup.&amp;nbsp; I have tried the Portal User Info sample, but it is quite opaque about what is happening behind the scenes.&amp;nbsp; What API is the Forgot password? link using when clicked?&amp;nbsp; It generates an e-mail containing the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.arcgis.com%2Fsharing%2Frest%2Foauth2%2Freset%3Fid%3DUkvVoYEGJ4mxMKBQ&amp;amp;data=05%7C01%7C%7Cb78b4a3fd02f44b225a308da5a001589%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637921253664255999%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=%2BALRZwQrdIoEMwadNB9bG%2FTnf0jHkHeyYzUDQvor0CA%3D&amp;amp;reserved=0" target="_blank"&gt;https://www.arcgis.com/sharing/rest/oauth2/&lt;STRONG&gt;reset&lt;/STRONG&gt;?id=UkvVoYEGJ4mxMKBQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However when looking at the REST API reference I can't find any mention of the &lt;STRONG&gt;reset&lt;/STRONG&gt;&amp;nbsp;operation, or how to generate the associated id.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 19:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/password-reset-in-appstudio-app/m-p/1187991#M4307</guid>
      <dc:creator>GeneVaatveit</dc:creator>
      <dc:date>2022-06-29T19:12:55Z</dc:date>
    </item>
  </channel>
</rss>

