<?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[Creating a user with a hashed password]]></title><description><![CDATA[<p dir="auto">We need to store users hashed passwords in our db before sending to FusionAuth.</p>
<p dir="auto">Looks like the users API asks for plain text passwords and with the import endpoint you can send the hashed one specifying the schema.</p>
<p dir="auto">Importing isn't great because we'll be adding the user when they've completed an offline task, so one by one.</p>
<p dir="auto">What's the recommendation? Is there a plan for the users API to accept hashed passwords as well as plaintext?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/253/creating-a-user-with-a-hashed-password</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 19:27:04 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/253.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Jul 2020 15:07:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Creating a user with a hashed password on Fri, 24 Jul 2020 15:09:03 GMT]]></title><description><![CDATA[<p dir="auto">Currently the only way to accomplish this will be to use the Import API, as you mentioned: <a href="https://fusionauth.io/docs/v1/tech/apis/users#import-users" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/users#import-users</a></p>
<p dir="auto">We do have an open feature request to allow hashes to be provided on the User API, which I think would be what you're looking for: <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">Feel free to upvote that issue.</p>
]]></description><link>https://fusionauth.io/community/forum/post/695</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/695</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Fri, 24 Jul 2020 15:09:03 GMT</pubDate></item></channel></rss>