mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: invalid password error message (Postgres) (#14038)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user