LinuxMCE Forums
June 19, 2013, 07:05:41 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Need to set/reset Web Admin user/password  (Read 835 times)
royw
Guru
****
Posts: 261


View Profile
« on: July 01, 2007, 09:58:14 pm »

Howdy,

After much struggle I have finally got 1.1B2 installed in hybrid single NIC
with fglrx drivers.  But I can't log into the web admin page, I've tried every
account permutation I can think of to no avail.  Is there a default user
account?  If not, any idea how I can reset or add an account?

TIA,
Roy
Logged

jerry finn
Regular Poster
**
Posts: 41


View Profile
« Reply #1 on: July 02, 2007, 06:50:07 am »

The user and password for the web admin page are both the user that you've made during the setup wizard.
To reset the password you must use mysql:
type in a console:
1.mysql
2. use pluto_main;
3.select * from Users; // you will see all the users created
4. update Users set Password=md5("mypass") where UserName="myname"  // where myname is your user name and mypass is the new password
Logged
royw
Guru
****
Posts: 261


View Profile
« Reply #2 on: July 02, 2007, 06:59:05 am »

That did it.  Thank you!
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!