Database Integration
-
I have my fussionAuth system running, I need to shift users from one of my application database, and put them in the fussionauth database but I don't know in which table do the passwords stored
-
Hiya @alexiussamson83 ,
The recommended way to import users into FusionAuth, including password hashes, is to use the User Import API.
Modifying the database directly is not supported.