Return login errors for PostgreSQL setup
This commit is contained in:
parent
e04a605b9b
commit
81953e7bb5
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ class OC_Setup {
|
|||
'error' => 'PostgreSQL username and/or password not valid',
|
||||
'hint' => 'You need to enter either an existing account or the administrator.'
|
||||
);
|
||||
return $error;
|
||||
}
|
||||
else {
|
||||
//check for roles creation rights in postgresql
|
||||
|
|
Loading…
Reference in a new issue