Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Default password
 
Notifications
Clear all

Default password

3 Posts
2 Users
0 Reactions
13.6 K Views
(@berlo56)
Posts: 15
Active Member
Topic starter
 
[#1839]

Hi,

I have a little problem.
In the menu global parameter, I want to change the default password (which is 'projeqtor').
I enter my password, I save and when I refresh the screen, the defaut password come back to 'projeqtor'.

I try to change directly in database. In the line 'paramDefaultPassword' I put my own password and when I refresh the page, it come back to 'projeqtor'.
It's not a critical problem but It could be better to resolve it.

(for information, I have 2 version of projeqtor, one on the external server and the other in localhost whit wamp. The version in localhost doesn't have this problem. The only difference bettween both is that on the external server, the acces for all files is full (777 (apart 'phpmyadim/config.inc.php'))).


 
Posted : 12 Jun 2014 11H33
(@babynus)
Posts: 14952
Member Admin
 

This may be because the parameter still exists in parameters.php file.
You should remove these parametrers.

Only database connection parameters and debut information should be in parameters.

It was an upgrade in V3.0.0, moving most parameters from parameters.php file to database (to be able to update them from screen)
If access rights to parameters.php file was restricted, maybe cleansing failed so parameters.php may not be up to date as expected.

Parameters.php file should only contain :

$paramDbType='mysql'; 
$paramDbPort='3306'; 
$paramDbUser='xxxx'; 
$paramDbPassword='xxxx';
$paramDbName='projeqtor';
;$paramDbPrefix='';
$paramDbHost='127.0.0.1';

$logFile='../files/logs/projeqtor_${date}.log';
$logLevel='2';
$paramDebugMode='false';

 
Posted : 12 Jun 2014 12H44
(@berlo56)
Posts: 15
Active Member
Topic starter
 

It's ok!

I just delete parameterLocation.php file and reconfigure the default password.


 
Posted : 12 Jun 2014 17H33
Share:

Scroll to Top