by mike cammilleri.
I removed the required fields in the /user/edit.php and editlib.php etc. So there are no longer required fields. When I log in its still taking me to /user/edit.php. It looks like the
if (user_not_fully_set_up($USER))
function is being called in /auth/shibboleth/index.php
What is it about my users that are not fully set up? I am not sure. All the relevant information appears to be there when the user logs in: email, first name, last name, etc. Still stumped....