mirror of
https://github.com/owncloud/ocis
synced 2026-04-30 11:37:33 +02:00
Up to now the builtin lico was using the "username" as the login attribute, while the proxy (and to some extend the auth-basic) service tried to uniquely identify users by mail address. This aligns the default configuration of the services to use the username everywhere. Fixes: #4039