solved Export Accounts

Developer Networks
Developer Networks
@developer-networks
10 years ago
566 posts
I have to find a way to export all of my accounts with: user name, email, and passwords. Is there a way to easily do this?
updated by @developer-networks: 05/02/14 10:35:08AM
brian
@brian
10 years ago
10,148 posts
Use a database manager like phpMyAdmin - you can export whatever you need.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,148 posts
I should add as well that all JR5 passwords are bcrypted - you will never be able to get the actual password for the user - you only have the hash.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Developer Networks
Developer Networks
@developer-networks
10 years ago
566 posts
brian:
I should add as well that all JR5 passwords are bcrypted - you will never be able to get the actual password for the user - you only have the hash.

Yea thats where I was needing the help. Thank you.

Tags