
08-14-2009, 06:04 AM
|
 |
|
|
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
- Find an MD5 hashing utility (there are probably ones that work online).
- Hash a temporary password.
- Look in the user table. Note down the "salt" field next to your name.
- Take the output of step 2 and add the "salt" onto the end of it.
- Put this assortment of characters into the MD5 utility again, and hash it.
- Place the output of this into the "password" field.
- Login to your forum and change your password.
|