-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OC9 - Calendar authentication credentials need to be re-entered because the calendar naming has changed #23427
Comments
Moved from Calendar to Core section: owncloud/calendar#352 (comment) |
Workaround is to add "$this->realm = 'ownCloud';" to the constructor in /var/www/owncloud/apps/dav/lib/connector/sabre/auth.php although now you'll get an integrity check failure. Also you have to do it every time there is an OC upgrade. |
I've been bitten by this too. Please consider fixing this in a 9.0 stable update |
[stable9] Use the correct realm for basic authentication - fixes #23427
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Expected behavior
After upgrading from OC8.2.2 to OC9.0 it should be possible to access and use all
CalDAV calendars without re-entering the authentication credentials.
Current behavior
The authentication credentials for all subscribed calendars need to be re-entered
in e.g. Thunderbird/Lightning because the calendar naming has slightly been changed.
Example:
OC 8.x: https://your-server-url (ownCloud (Name of calendar))
OC 9.x: https://your-server-url (sabre/dav (Name of calendar))
Environment
Server Configuration
OS: Linux 3.2.75
Web server: Apache2 2.4.18
Database: MariaDB 5.5.46
PHP version: 5.6.17
ownCloud version: 9.0.0
Calendar app version: 1.0.0 (20160320)
Updated from OC8.2.2
Client Configuration
Browser: Thunderbird 38.7.0/Lightning 4.0.7
Operating system: Windows 7
The text was updated successfully, but these errors were encountered: