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
Add warning for default user/password usage #12603
Comments
|
For this one, my opinion is that we can permit logging in but should show a warning on the main page, similar to the way we warn the user if blowfish_secret is too short. I'm undecided on whether we should have a configuration directive to bypass this test; I tend to think that's just adding clutter to the already-too-long list of configuration directives, but on the other hand my testing server actually has username pma and password pmapass and I don't want to be warned. I suppose I could just change the password... ;-) |
|
Is it normal that the following warning disappeared somewhere between 4.5.1 and 4.7.7 and in newer versions ?
|
|
@williamdes, that is exactly what I've been thinking, maybe we can add the warning for pma:pmapass in a similar way. |
|
@williamdes That was removed starting in version 4.6.0, because of #11708. With the introduction of |
|
@nulll-pointer Sounds good to me. |
|
Implemented with #14443, so this will become a part of version 5.0 |


As suggested by Emanuel Bronshtein,
Don’t use the controluser ‘pma’ if it does not yet exist and don’t use ‘pmapass’ as password.
consider testing if pma:pmapass is used, and warn about it?
The text was updated successfully, but these errors were encountered: