Postgres default username/password
This commit is contained in:
parent
1deefd3694
commit
b977c877ac
@ -208,8 +208,8 @@ class Add_DB extends GtkWindow {
|
||||
break;
|
||||
|
||||
case "PostgreSQL":
|
||||
$this->user->set_text('');
|
||||
$this->pass->set_text('');
|
||||
$this->user->set_text('postgres');
|
||||
$this->pass->set_text('postgres');
|
||||
break;
|
||||
|
||||
case "Firebird":
|
||||
|
Reference in New Issue
Block a user