owncloud/core

View on GitHub
changelog/10.11.0_2022-08-23/40281

Summary

Maintainability
Test Coverage
Bugfix: Allow usernames to be case-insensitive with app passwords

When using an app password, the associated username can now be provided in any
case-insensitive way in requests. Username "Alice" and "alice" will work the same.

https://github.com/owncloud/core/issues/40119
https://github.com/owncloud/core/pull/40281