Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 12:15:10 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155556 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Where to find my admin username and password?  (Read 2780 times)
baraba
Guest
« on: January 05, 2005, 06:30:43 PM »

Where to find my admin username and password?
Logged
fienieg
Guest
« Reply #1 on: January 06, 2005, 12:48:38 AM »

reinstall WB

username = admin
password = (the one you gave at installation)
Logged
Steven Holder
The Template Master

Offline Offline

Posts: 493



WWW
« Reply #2 on: January 06, 2005, 04:45:40 AM »

yeah, just go to http://www.yoursitehere.com/admin/

then do the username = admin
and the password = the one u picked at instalation

Just like fienieg said o_O
Logged
IlkkaSavilampi

Offline Offline

Posts: 102


WWW
« Reply #3 on: January 06, 2005, 10:04:26 AM »

Quote from: fienieg
reinstall WB

This is not required really. You can change the admin password directly to the DB. Use folloing query in your database to change it (change the table name to what you have):
Code:

UPDATE tableprefix_users set password = md5("new password") where username = "admin";

This changes the admin password to new password (without quotas).
You can also replace the username = "admin" with any other user whos password you wish to change.
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!