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.

CommentFileSizeAuthor
#3 error-message.png537.51 KBheykarthikwithu

Comments

chrisarusso created an issue. See original summary.

heykarthikwithu’s picture

Status: Needs review » Needs work

This bug is reproducible,
in general this should throw an error message.

heykarthikwithu’s picture

Version: 8.x-1.0-beta5 » 8.x-1.0-beta6
Priority: Normal » Minor
StatusFileSize
new537.51 KB

This is because of .messages--error is been hidden in css.
In actual the error message is been shown.

chr.fritsch’s picture

Status: Needs work » Fixed

I removed the messages--error hack, its no longer needed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.