owncloudcmd: Don't put the password in the URL
authorOlivier Goffart <ogoffart@woboq.com>
Fri, 25 Nov 2016 17:47:37 +0000 (18:47 +0100)
committerOlivier Goffart <olivier@woboq.com>
Sat, 26 Nov 2016 11:57:44 +0000 (12:57 +0100)
commit109056e676489a457511f8092ba0164f290e00cf
tree68ea39a2e5118777284a9a885fd30ace41845185
parent51a1bea5de49623bafd572aa1fdde3041140cd9e
owncloudcmd: Don't put the password in the URL

As the URL might be print on the logs.
Also don't change the scheme from http to owncloud.

This was required before when we were using neon through csync, but now that
we use QNAM for everything we don't need it. The credentials from the account
are used.
src/cmd/cmd.cpp