<?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[Importing users over time]]></title><description><![CDATA[<p dir="auto">I have a large number of users. I want to import them into FusionAuth with their password hashes and the accompanying data like the factor.</p>
<p dir="auto">But my cutover is going to be slow, so I expect some percentage of people to change their password hashes after the import.</p>
<p dir="auto">So I'd like synchronize any password hashes that changed in the meantime, and then roll out FusionAuth.</p>
<p dir="auto">I can't re-import password hashes for an existing user, and the User API doesn't let me update passwords hashes, per this closed issue: <a href="https://github.com/FusionAuth/fusionauth-issues/issues/348" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/348</a></p>
<p dir="auto">What would you recommend?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/3100/importing-users-over-time</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 19:22:45 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/3100.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Mar 2026 17:19:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Importing users over time on Wed, 11 Mar 2026 17:20:38 GMT]]></title><description><![CDATA[<p dir="auto">I think the way I'd approach this is:</p>
<ul>
<li>import all users into FusionAuth</li>
</ul>
<p dir="auto">At cutover time:</p>
<ul>
<li>look at local database to see which password hashes had changed</li>
<li>pull the user data from FusionAuth for each of these users</li>
<li>delete the user</li>
<li>re-import the user with the new password hash and the FusionAuth data, maintaining the same userId (if you provide the UUID, we'll use that)</li>
</ul>
<p dir="auto">I get that is an additional complexity, but hopefully that helps.</p>
]]></description><link>https://fusionauth.io/community/forum/post/8524</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8524</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Wed, 11 Mar 2026 17:20:38 GMT</pubDate></item></channel></rss>