bar top left
bar top right
left curve
right curve
Welcome, Guest

How restore the admin password from elastix 1.5
(1 viewing) (1) Guest
Go to bottom
Post Reply
Post New Topic
Page: 12
TOPIC: How restore the admin password from elastix 1.5
*
#26492
How restore the admin password from elastix 1.5 3 Years, 11 Months ago Karma: 0
Hi.
The fact is that I lost the password for user admin elastix and I can not enter the GUI.
What is the way back?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
camf3110
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#26493
Re:How restore the admin password from elastix 1.5 3 Years, 11 Months ago Karma: 156
Try typing

lost the password

in the search box, you never know your luck
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
dicko
Ethically, I no longer support PaloSanto, Sorry.
Platinum Boarder
Posts: 4100
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Not available Birthday: 01/21
There are other solutions!!
Reply Quote
 
#26668
Re:How restore the admin password from elastix 1.5 3 Years, 11 Months ago Karma: 0
Hi.
I have read one of your previous post which tells you how to update the table.
But the right way to enter the sentence is:

/var/www/db/acl.db "UPDATE acl_user SET md5_password = 'MY-NEW-MD5-PASS`echo -n imanidiotandforgotmypassword|md5sum|cut -d ' ' -f 1`' WHERE name = 'admin'"

OR

/var/www/db/acl.db "UPDATE acl_user SET md5_password = 'MY-NEW-MD5-PASS`echo -n suit|md5sum|cut -d ' ' -f 1`' WHERE name = 'admin'"

OR

UPDATE acl_user SET md5_password = 'MY-NEW-MD5-PASS`echo -n imanidiotandforgotmypassword|md5sum|cut -d ' ' -f 1`' WHERE name = 'admin'

OR

UPDATE acl_user SET md5_password = 'MY-NEW-MD5-PASS`echo -n suit|md5sum|cut -d ' ' -f 1`' WHERE name = 'admin'
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
camf3110
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#26671
Re:How restore the admin password from elastix 1.5 3 Years, 11 Months ago Karma: 156
Thank you, I will add your four "right ways" to mine the next time I forget my password, and use the one that works.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
dicko
Ethically, I no longer support PaloSanto, Sorry.
Platinum Boarder
Posts: 4100
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Not available Birthday: 01/21
Last Edit: 2009/06/24 23:18 By dicko.
There are other solutions!!
Reply Quote
 
#26694
Re:How restore the admin password from elastix 1.5 3 Years, 11 Months ago Karma: 41
Thanks camf3110,

This is a recurrent question, so I just stick it so that more people can use the 4 solutions

Regards,

Rafael
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
rafael
Free Software is all about freedom
Developer
Posts: 1458
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Elastix Location: Ecuador Birthday: 10/11
Reply Quote
 
#34453
Re:How restore the admin password from elastix 1.5 3 Years, 8 Months ago Karma: -1
dicko wrote:
Thank you, I will add your four "right ways" to mine the next time I forget my password, and use the one that works.

I prefer being an idiot instead than a stupid arrogant, thanks anyway
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
lukaas
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#34469
Re:How restore the admin password from elastix 1.5 3 Years, 8 Months ago Karma: 156
lukaas wrote:
dicko wrote:
Thank you, I will add your four "right ways" to mine the next time I forget my password, and use the one that works.

I prefer being an idiot instead than a stupid arrogant, thanks anyway


Welcome to our forum Lukaas:

You're more than welcome. I agree with you.
[edit]
he "smote" me. Oh well, thats karma!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
dicko
Ethically, I no longer support PaloSanto, Sorry.
Platinum Boarder
Posts: 4100
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Not available Birthday: 01/21
Last Edit: 2009/08/31 11:59 By dicko.
There are other solutions!!
Reply Quote
 
#44233
Re:How restore the admin password from elastix 1.5 3 Years, 4 Months ago Karma: 8
Yes im an idiot , i forgot a password jajaja but this solution dosen work for elastix 1.6, ideas to change pass in elastix 1.6??
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
asepulveda
ECT/ECE Instructor
Senior Boarder
Posts: 390
graphgraph
User Offline Click here to see the profile of this user
Gender: Male poliplcoforo@hotmail.com Location: Mexico D.F. Birthday: 06/08

Augusto Sepúlveda
Nextor Telecom - Voip en México
www.nextortelecom.com
twitter.com/asepulvedamx
Reply Quote
 
#44242
Re:How restore the admin password from elastix 1.5 3 Years, 4 Months ago Karma: 156
The original thread was:

www.elastix.org/component/option,com_fir...22779/lang,en/#22779

My original one-liner from that thread should work just fine, as will ramoncio's method.

I don't believe you will find the "other four" to be functional, due to the inexplicable string 'MY-NEW-MD5-PASS' in them.

thusly, try:

/usr/bin/sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password = '`echo -n imanidiotandforgotmypassword|md5sum|cut -d ' ' -f 1`' WHERE name = 'admin'"
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
dicko
Ethically, I no longer support PaloSanto, Sorry.
Platinum Boarder
Posts: 4100
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Not available Birthday: 01/21
Last Edit: 2010/01/23 13:37 By dicko.
There are other solutions!!
Reply Quote
 
#84340
Re: Re:How restore the admin password from elastix 1.5 1 Year, 9 Months ago Karma: 0
Hi everybody... I have a problem. I have Elastix install in my server, but I was not the one who install it.

The person who did it quit and the phones are not working, so I need to access Elastix but this guy let me a wrong password, so nobody can access it.

Can anyone tell me how to reset the password without reinstalling everything?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
fsuira
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 12
Moderators: jgutierrez, jcastellanos

elastix

Protected by Spam Fighter