Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Using special character & in user password, causes broken config.php #145

Open
grische opened this issue May 27, 2019 · 0 comments
Open

Comments

@grische
Copy link
Contributor

grische commented May 27, 2019

When providing a password like vnRy4gYZ#KG4J45xRjH%Z&%F8W@Ca7zf during the install.sh questions, it will cause the config.php to look like this:

<?php
        $host = 'localhost';
        $port = '3306';
        $db   = 'openvpn-admin';
        $user = 'user';
        $pass = 'vnRy4gYZ#KG4J45xRjH%Z$pass = '';%F8W@Ca7zf';
?>
Wutze pushed a commit to Wutze/OpenVPN-Web that referenced this issue May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants