View Single Post
  #13  
Old 09-15-2015, 12:39 PM
jpyou127's Avatar
jpyou127
Discordant
 
Join Date: Nov 2005
Posts: 270
Default

Within the account section of the database:

1. Create a user named 'Admin'
2. Give it a status='255'
3. Add a password that is converted to MD5 for example:
a. Password is: password
b. md5 is: 5f4dcc3b5aa765d61d8327deb882cf99
c. I use this online hash: www dot sha1-online dot com

Last edited by jpyou127; 09-15-2015 at 12:49 PM.. Reason: Changed SHA1 to MD5
Reply With Quote