Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datenbank Passwort sollte auch leer sein dürfen #291

Open
ynamite opened this issue Feb 12, 2024 · 1 comment
Open

Datenbank Passwort sollte auch leer sein dürfen #291

ynamite opened this issue Feb 12, 2024 · 1 comment

Comments

@ynamite
Copy link
Contributor

ynamite commented Feb 12, 2024

Hier wird geprüft, ob das Datenbank-Passwort nicht leer ist und verhindert somit die Funktion, wenn kein Passwort gesetzt ist.
Dies sollte meiner Meinung nach nicht sein, da es durchaus vorkommt, dass kein Passwort gesetzt ist (zBsp. Dev-Umgebung):

if ('' !== $dbConfig['host'] && '' !== $dbConfig['login'] && '' !== $dbConfig['password'] && '' !== $dbConfig['name']) {

@eaCe
Copy link

eaCe commented Feb 12, 2024

@ynamite siehe #288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants