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