Return login errors for PostgreSQL setup

This commit is contained in:
Michael Gapczynski 2012-06-27 20:23:42 -04:00
parent e04a605b9b
commit 81953e7bb5

View file

@ -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