<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Updating a user&#x27;s password and salt]]></title><description><![CDATA[<p dir="auto">What is the best way to update a users password &amp; salt but nothing else via the API?</p>
<p dir="auto">Would the update/patch user endpoint work well enough for just updating these values?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/365/updating-a-user-s-password-and-salt</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 16:45:05 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/365.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Sep 2020 12:40:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Updating a user&#x27;s password and salt on Thu, 03 Sep 2020 12:41:20 GMT]]></title><description><![CDATA[<p dir="auto">If you’re looking to update the password, you can use the Update User API, or the Change Password API.</p>
<p dir="auto">Neither of these APIs accept a hashed password and salt however, it accepts a plain text password that it will in turn salt, hash and then persist.</p>
<p dir="auto">Check out both these APIs here: <a href="https://fusionauth.io/docs/v1/tech/apis/users" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/users</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/1067</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1067</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 03 Sep 2020 12:41:20 GMT</pubDate></item></channel></rss>