Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Bug with database passwords (Read 812 times) previous topic - next topic

Bug with database passwords

I generated a random password and it included "$Z" in it.
The password gets placed directly in config.php unescaped.
When the php runs it can't find the variable Z.
I manually escaped it in the config, but it seems like it should escape automatically or at least warn.