Return login errors for PostgreSQL setup

remotes/origin/stable4
Michael Gapczynski 13 years ago
parent 895d5707ee
commit 45e964c7aa
  1. 1
      lib/setup.php

@ -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…
Cancel
Save