Hi everyone,
I'm surprised to see in my parameters.php config file in filesconfig , database password is clear.
Any way to secure it ?
extract :
[...]$paramDbPort='3306';
$paramDbUser='xpozl_projeq';
$paramDbPassword='passwordisclear';
$paramDbName='xpozl_projeq';
[...]
BR
Gerald
Thanks, indeed have an outside directory may mitigate(only) this point.
I am using the latest version (guess 14.2)
BTW, I setup an external directory on the server, I put in fields where logs and file are supposed to be, my configuration have been rejected by the system.
external directioy is 10+ char long. Do you know if any limit in size path exist?
cheers
Do you know if any limit in size path exist?
No, as far as I can remember, there is not limit, only system limits (255 chars on windows).
Also, did you check if you granted all the rights (read, update, delete...) on those directories ?
If you are on Windows, you may need to specify a full path access starting with a drive letter, and there may also be a confusion between and / in the path.
