feat: invalid password error message (Postgres) (#14038)

This commit is contained in:
Beto Dealmeida
2021-04-12 14:03:21 -07:00
committed by GitHub
parent c563ea091e
commit 786dadc836
5 changed files with 39 additions and 0 deletions

View File

@@ -140,3 +140,12 @@ The username provided when connecting to a database is not valid.
The user provided a username that doesn't exist in the database. Please check
that the username is typed correctly and exists in the database.
## Issue 1013
```
The password provided when connecting to a database is not valid.
```
The user provided a password that is incorrect. Please check that the
password is typed correctly.