nextcloud/lib/private/Authentication/LoginCredentials
Lionel Elie Mamane 2f75ba1adb Return correct loginname in credentials,
even when token is invalid or has no password.

Returning the uid as loginname is wrong, and leads to problems when
these differ. E.g. the getapppassword API was creating app token with
the uid as loginname. In a scenario with external authentication (such
as LDAP), these tokens were then invalidated next time their underlying
password was checked, and systematically ceased to function.

Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2020-07-09 14:37:05 +00:00
..
Credentials.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Store.php Return correct loginname in credentials, 2020-07-09 14:37:05 +00:00