GitHub user mike-jumper opened a pull request:
https://github.com/apache/guacamole-client/pull/342
GUACAMOLE-598: Ignore if current user has no associated data.
Authentication providers are not required to provide data for the users
they authenticate. In this case, the data is needed only to display optional
human-readable profile attributes instead of the username. If no such
attributes are available, the username is used instead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/guacamole-client
ignore-missing-user
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/342.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #342
----
commit ef0cb1ee7a6e9295193193242f959e5b4ebe7b4d
Author: Michael Jumper <mjumper@...>
Date: 2018-12-04T21:22:13Z
GUACAMOLE-598: Ignore if current user has no associated data.
Authentication providers are not required to provide data for the users they
authenticate.
----
---