Code development platform for open source projects from the European Union institutions

Skip to content

[Fix] undefined index EuLoginUser group

Created by: pidera

This PR fixes an issue that throws a notice during login via de EU login portal. An index groups is fetched from a received user, but this does not exists, and should be group instead.

This notice prevents a good login flow in a more strictly configured PHP environment.

Screenshot

eu_login_undefined_index

Merge request reports