Skip to content
Snippets Groups Projects
Commit 1e12a927 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #450 from metabase/db_password

database details seem to require :password instead of :pass
parents e7cc3fa7 bf861511
No related branches found
No related tags found
No related merge requests found
......@@ -580,7 +580,7 @@ CorvusServices.service('CorvusCore', ['$resource', 'User', function($resource, U
required: true
}, {
displayName: "Database password",
fieldName: "pass",
fieldName: "password",
placeholder: "*******"
}, {
displayName: "Use a secure connection (SSL)?",
......
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