Elxis CMS Forum

Support => Administration => Topic started by: sawaedy on April 15, 2012, 20:15:09

Title: lost pasword
Post by: sawaedy on April 15, 2012, 20:15:09
im cant login in administrator, what i can get the password?
Title: Re: lost pasword
Post by: webgift on April 15, 2012, 22:09:23
You can't get the password but you can create a new one. Take a look on that article (http://wiki.elxis.org/wiki/Administrator_password_recovery).
Title: Re: lost pasword
Post by: sawaedy on April 16, 2012, 18:15:43
very thanks, is a excellent
Title: Re: lost pasword
Post by: webgift on April 17, 2012, 10:49:37
You are welcome!
Title: Re: lost pasword
Post by: datahell on April 30, 2012, 13:22:13
Note: On Elxis 4.x Nautilus user passwords can not be recovered from phpmyadmin. You need a special function to create any user password. Also the passwords are encrypted by using a hash key which is unique for each site. So you can not copy encrypted password from one site to an other or create in one site and use it on an other. In case you loose your admin password you need assistant by an Elxis Team member, or by a trained professional, to reset it.
Title: Re: lost pasword
Post by: Nuts on March 16, 2015, 09:18:35
Dear friends, I can't recall changing my password, however, somehow out of a sudden I can not log in (invalid password) to the administration. How do we go about it ? Thanking you in advance. Sam
Title: Re: lost pasword
Post by: webgift on March 16, 2015, 10:59:56
Hello Sam,
You can change the password by following the next steps. Please take under consideration that this short tip is
addressed to the Elxis CMS 4.x series only.

Open template's index.php, and go to a visible spot. Write:

<?php
$elxis = eFactory::getElxis();
$encpass = $elxis->obj('crypt')->getEncryptedPassword('12345678');
echo 'pass: '.$encpass;
?>


Now, refresh the site and copy the value that will display. Go to phpmyadmin and db table elx_users.
Find the user you want and edit it. Set as password (pword) the one that you have copied. Now you can login
using as password 12345678 . Note that this password will only work in the current site as the encryption hash
differs from site to site.
Title: Re: lost pasword
Post by: Nuts on March 16, 2015, 12:40:09
Thanks a lot !!!
Title: Re: lost pasword
Post by: adus on December 04, 2015, 14:41:43
 :) Thans too. Your instruction saved a lot of time!!
Title: Re: lost pasword
Post by: ahmet on March 31, 2017, 15:52:33
this doesnt work for me..
Title: Re: lost pasword
Post by: datahell on March 31, 2017, 18:08:57
What webgift wrote works for all you do something wrong. The standard why is to use the recover password (https://forum.elxis.org/index.php?topic=7859.msg56484#msg56484) feature.
Title: Re: lost pasword
Post by: ahmet on March 31, 2017, 18:37:24
(SOLVED)
thanks datahell, i recieved the mail inc. password but..
it says ....
Error

Your request dropped for security reasons. Please try again.
Users central
Title: Re: lost pasword
Post by: datahell on March 31, 2017, 22:14:27
Hmmm... 2 slashes in the URL I guess (because of the base 64 encoded string). Elxis Defender doesn't like that. I have changed this is the upcoming Elxis release. Temporary disable defender and re-click the activation link.

Open file configuration.php, to disable Elxis Defender set:

private $DEFENDER = '';