Ensure that the users id is used for accessing webdav
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Fri, 6 Aug 2021 09:34:49 +0000 (11:34 +0200)
committerFelix Weilbach <felix.weilbach@nextcloud.com>
Wed, 11 Aug 2021 13:26:39 +0000 (15:26 +0200)
commit5195264a209f82e6181400e09f3a05df5a6825b6
treecf030903245ec37d8027fcd67d8b17d4bb85c9de
parentf93263805408e6b5f9c45c163ab267a6743081b8
Ensure that the users id is used for accessing webdav

https://docs.nextcloud.com/server/latest/developer_manual/client_apis/LoginFlow/index.html#obtaining-the-login-credentials
states that the email address can be used for login but it's not
allowed to use the email address to access webdav.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
src/gui/wizard/flow2authwidget.cpp
src/gui/wizard/owncloudadvancedsetuppage.cpp
src/gui/wizard/owncloudadvancedsetuppage.h