Skip to:
Content
Pages
Categories
Search
Top
Bottom

Is there any way to see user’s password stored in DB?

Viewing 3 replies - 1 through 3 (of 3 total)

  • chrishajer
    Participant

    @chrishajer

    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?

    Thank you.

    I’m just looking for a way to recover password by email without changing it.

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar