When going through installation, one is not "allowed" to have an empty database password for it's user. I only tested this on a MySQL, Percona, MariaDB installation. The behavior is that the form refreshes, but no error message appears. It's common in one's local machine to have the root user have no password, for example.
The two issues are: a blank password currently does not seem to be allowed, though it should as it's not a required field.
If there is some need for requirement, the error message should be visible.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | error-message.png | 537.51 KB | heykarthikwithu |
Comments
Comment #2
heykarthikwithuThis bug is reproducible,
in general this should throw an error message.
Comment #3
heykarthikwithuThis is because of
.messages--erroris been hidden in css.In actual the error message is been shown.
Comment #4
chr.fritschI removed the messages--error hack, its no longer needed