Info
- 4 posts
- 3 voices
- Started 4 years ago by Erica Kapoor
- Latest reply from Trent Adams
- This topic is not resolved
Is there any way to see user's password stored in DB?
-
- Posted 4 years ago #
Is there any way to see user's password stored in DB?
-
- Posted 4 years ago #
It's in the database, but it's encrypted (the type of encryption depends on which version of bbPress you're using.) So, you can retrieve the encrypted value with something like phpMyAdmin. Once you have the encrypted value, you can't just decrypt it. The encryption is one-way. You can use something like rainbow tables to crack the password hash, but that's beyond the scope of this discussion I think.
I think there is probably an easier way to accomplish what you want to do without dealing with the encrypted password. What is it you want to do exactly?
-
- Posted 4 years ago #
Thank you.
I'm just looking for a way to recover password by email without changing it. -
- Posted 4 years ago #
In all honesty, you will not find a solution with less steps and ease than requesting a new password, checking your email, logging in and then changing password in the profile edit screen. Even a "copy and paste" of your current hash from the database would take more screwing around.
my 2 cents!
Trent
-
You must log in to post.