Return login errors for PostgreSQL setup

This commit is contained in:
Michael Gapczynski 2012-06-27 20:23:42 -04:00
parent 895d5707ee
commit 45e964c7aa
1 changed files with 1 additions and 0 deletions

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