<?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: Forgot Blue Prism Password in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/116096#M52096</link>
    <description>&lt;P&gt;Hello Community!..&lt;/P&gt;&lt;P&gt;I have used the below query to reset the password, which worked in SQL. When I went back and tried logging BP by user ID admin and password admin it did not work. could anyone help me understand what salt and hash refer to here,&lt;/P&gt;&lt;P&gt;how I can set a password for the user-id admin, and how we will get to know what is password&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update [dbo].[BPAPassword] set salt='bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=',&lt;BR /&gt;hash='Lp4RaPwzd+qL45r3KXz/CTuiNG+aL0tutG1PmEu1Gew='where&lt;BR /&gt;userid=(select userid from BPAUser where username='admin')&lt;BR /&gt;and active=1;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2024 06:15:25 GMT</pubDate>
    <dc:creator>SushmaRajolli</dc:creator>
    <dc:date>2024-10-07T06:15:25Z</dc:date>
    <item>
      <title>Forgot Blue Prism Password</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/101814#M48688</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Anyone aware on how to reset the password of blue prism?&lt;BR /&gt;I forgot the password and not able to login. I am using Blue Prism 6.4 version</description>
      <pubDate>Sun, 01 Aug 2021 19:26:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/101814#M48688</guid>
      <dc:creator>BhavyaTaneja</dc:creator>
      <dc:date>2021-08-01T19:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forgot Blue Prism Password</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/101815#M48689</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="e8a86d4c-6831-4e16-87c3-8c3f513d00f8" data-tag-text="@Bhavya Taneja" href="https://community.blueprism.com/network/profile?UserKey=e8a86d4c-6831-4e16-87c3-8c3f513d00f8" data-itemmentionkey="4936d0e4-4311-4f5a-9754-30b6f68003de"&gt;@Bhavya Taneja&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Please use the below query to reset the password of blue prism.&lt;BR /&gt;&lt;BR /&gt;set salt='bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=', &lt;BR /&gt;hash='9XkueyLzhbhRUMoKedsN3l7ChDmfS811IDymP8ZCEv8='where &lt;BR /&gt;userid=(select userid from BPAUser where username='admin') &lt;BR /&gt;and active=1; &lt;BR /&gt;&lt;BR /&gt;This query will reset the blue prism password provided the username is "&lt;STRONG&gt;admin&lt;/STRONG&gt;"​</description>
      <pubDate>Sun, 01 Aug 2021 19:28:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/101815#M48689</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-08-01T19:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forgot Blue Prism Password</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/101816#M48690</link>
      <description>Thanks for sharing !</description>
      <pubDate>Mon, 02 Aug 2021 10:16:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/101816#M48690</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-08-02T10:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Forgot Blue Prism Password</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/116096#M52096</link>
      <description>&lt;P&gt;Hello Community!..&lt;/P&gt;&lt;P&gt;I have used the below query to reset the password, which worked in SQL. When I went back and tried logging BP by user ID admin and password admin it did not work. could anyone help me understand what salt and hash refer to here,&lt;/P&gt;&lt;P&gt;how I can set a password for the user-id admin, and how we will get to know what is password&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update [dbo].[BPAPassword] set salt='bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=',&lt;BR /&gt;hash='Lp4RaPwzd+qL45r3KXz/CTuiNG+aL0tutG1PmEu1Gew='where&lt;BR /&gt;userid=(select userid from BPAUser where username='admin')&lt;BR /&gt;and active=1;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 06:15:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Forgot-Blue-Prism-Password/m-p/116096#M52096</guid>
      <dc:creator>SushmaRajolli</dc:creator>
      <dc:date>2024-10-07T06:15:25Z</dc:date>
    </item>
  </channel>
</rss>

