Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Mar 29, 2024 8:15 am
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Reset password for admin gui
PostPosted: Mon May 10, 2010 8:06 am 
Offline

Joined: Mon May 10, 2010 12:58 am
Posts: 5
Helo!

I tried forum search how to reset the admin password in webgui (root).

There are different posts about this topics and mostly it is written to do it by simply changeing pwd_encocded entry in cc_ui_authen table. I have tried this and changed password there but still can't login into gui. Is there any other solution or a complete instruction how to do that?

Regards,
Susanne


Top
 Profile  
 
 Post subject: Re: Reset password for admin gui
PostPosted: Mon May 10, 2010 8:38 am 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
Hi

Post number 5 from Stavros explains exactly how to do this.

viewtopic.php?p=21225#21225


Top
 Profile  
 
 Post subject: Re: Reset password for admin gui
PostPosted: Tue May 11, 2010 8:12 am 
Offline

Joined: Wed Dec 16, 2009 1:14 am
Posts: 13
Location: USA
Elfchen,

user following command to reset ur admin password.

mysql> update cc_ui_authen set pwd_encoded = '410fc6268dd3332226de95e42d9efa4046c5463769d7493b85e65cfa5c26362dc2455cc23c0bc5831deb008def4ab11a9eaa9b76ba3f377da134f39ec60dd758' where login='user;


user new admin usernae and password will be

user: user
pass: changepassword



Thank You,

Nath


Top
 Profile  
 
 Post subject: Re: Reset password for admin gui
PostPosted: Fri May 14, 2010 10:58 pm 
Offline

Joined: Tue Jun 03, 2008 12:26 am
Posts: 29
Hi,

I'm not sure I am doing it right. Here step what I do
Code:
root@pbx:~ $ mysql -h localhost -u a2billinguser -pa2billing
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4039
Server version: 5.0.77 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use mya2billing
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> update cc_ui_authen set pwd_encoded = '410fc6268dd3332226de95e42d9efa4046c5463769d7493b85e65cfa5c26362dc2455cc23c0bc5831deb008def4ab11a9eaa9b76ba3f377da134f39ec60dd758' where login='user;
    '>


It doesn't seem to do anything. What is '> after undate cc_ui_authen set pwd_encode........?

Help please,

Sukasem


Top
 Profile  
 
 Post subject: Re: Reset password for admin gui
PostPosted: Fri May 14, 2010 11:36 pm 
Offline

Joined: Tue Jun 03, 2008 12:26 am
Posts: 29
I got it now.
Command line must be like this

mysql> update cc_ui_authen set pwd_encoded='410fc6268dd3332226de95e42d9efa4046c5463769d7493b85e65cfa5c26362dc2455cc23c0bc5831deb008def4ab11a9eaa9b76ba3f377da134f39ec60dd758' where login='user';

Cheers,
Sukasem


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 
VoIP Billing solution


All times are UTC


Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group