|
Password changes don't work 1 Year, 9 Months ago
|
Karma: 0
|
|
Hi there !
I've purchased and installed your latest version of jsecure component.
Only thing is that I can't change the default password. If I go into the settings, I can't click on Save, Cancel nor Help (just adding a "#" at the end of the url).
So I tried to change this password directly into params.php file, but since I change this password, I can't connect anymore to my admin panel, neither with the default nor the new password.
I can't even see the key parameter in MySql, via jos_plugins...
Please could you tell me how to fix this ?? I'm running the latest version of Joomla! as well.
Thx.
|
|
|
|
|
|
|
Re: Password changes don't work 1 Year, 9 Months ago
|
Karma: 0
|
|
Hi,
I've done a manual uninstallation, reinstalled it, still not work...
I still have this "#" at the end of the url. Can you tell me, in which file I have to check this line and change this setting ? I can't even change the password manually in params.php, in this case I simply won't be able to connect to my admin panel, whatever I can do...
Thanks.
|
|
|
|
|
|
|
Re: Password changes don't work 1 Year, 9 Months ago
|
Karma: 2
|
|
Hi,
Can you please remove the # and try to save the same?
Thanks and Regards,
Bhavin Shah
|
|
|
|
|
|
|
Re: Password changes don't work 1 Year, 9 Months ago
|
Karma: 0
|
|
I'm trying to, what I asked you is where I'm supposed to remove this.
Checked "controller.php", but the line concerned is conform :
function save(){
$result = $this->saveDetails();
if($result){
$link = 'index.php?option=com_jsecure';
$msg = 'Details Has Been Saved';
$this->setRedirect($link,$msg);
}
}
Regards,
|
|
|
|
|
|
|
Re: Password changes don't work 1 Year, 9 Months ago
|
Karma: 2
|
|
Hi,
That code is execute for saving the details. Can you send me your site details to find the issues?
Thanks and Regards,
Bhavin Shah
|
|
|
|
|
|
|