Jump to content

Recommended Posts

Posted

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

Posted

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.  

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...