Skip to content
Snippets Groups Projects
Commit 45e964c7 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Return login errors for PostgreSQL setup

parent 895d5707
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment