Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Colombia Humana Posted September 14, 2022 Posted September 14, 2022 Hi there, I'm going to outsource the registration process and allow users to log in to the community via oAuth. The invision community login would be totally disabled. I wonder if it's possible to export the user list with the encrypted passwords so that they can be imported into another db? Regards
Randy Calvert Posted September 14, 2022 Posted September 14, 2022 You cannot export passwords. Even the IPB software itself does not know what the password stored in the database is.... the password itself is hashed hashed and salted in a unique way per community that is stored in the DB. That value is them compared to what is entered by the user when the same salt/hash is done again. So just taking an encrypted password would not work as you would also have to understand how the password was hashed and salted uniquely to simply compare a password. To be honest, you're better off just having the password set a new password via email verification on first login. Lindy and SeNioR- 2
Recommended Posts