|
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?
|
|
|
|
|
|
|
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 
|
|
|
|
There are other solutions!!
|
|
|
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'
|
|
|
|
|
|
|
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. 
|
|
|
|
Last Edit: 2009/06/24 23:18 By dicko.
There are other solutions!!
|
|
|
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
|
|
|
|
|
|
|
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 
|
|
|
|
|
|
|
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! 
|
|
|
|
Last Edit: 2009/08/31 11:59 By dicko.
There are other solutions!!
|
|
|
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??
|
|
|
|
|
|
|
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'"
|
|
|
|
Last Edit: 2010/01/23 13:37 By dicko.
There are other solutions!!
|
|
|
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?
|
|
|
|
|
|
|