statusnet
Discussions
Activity
Sign In
Is password encrypted by using MD5?
OnlyBlue
November 2010
in
General
Where is the corresponding code?
It seems the mail list breaks down, so I ask here.
Comments
jordanc
November 2010
@OnlyBlue
there's no way to recover the password from the DB they're hashed and salted. You can change the passwords with the setpassword.php script in the script directory though.
OnlyBlue
November 2010
@jordanc
Thanks.
OnlyBlue
November 2010
@jordanc
It is not what I'm looking for. I want to know how the password "test01" was changed to "1f03639fd8d548842e7302407e1c2982".
OnlyBlue
November 2010
I have found it. It's in /classes/User.php.
Sign In
or
Register
to comment.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
All Categories
2.3K
General
1.5K
Plugins
283
Themes
57
Installation
282
status.net service
117
Hosting
15
StatusNet Desktop
24
Powered by Vanilla
Comments
It is not what I'm looking for. I want to know how the password "test01" was changed to "1f03639fd8d548842e7302407e1c2982".