Skip to content

Make userinfo work if user has no person info

Andreas Ellewsen requested to merge bugfix/userinfo-noperson into master

Before this commit, the userinfo endpoint would fail if the user did not have a person object connected to their GregUserProfile. We now check that this is the case before checking the person objects roles.

Merge request reports