Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.18
-
None
Description
1. A new user clicks CILogon from PGA portal and selects google and enters gmail account details.
2. For the gateway admin, in Django portal shows, the new account as an account that didn't verify the email yet.
3. For users who come through CILogon this should not be the case.
4. They do not need to verify the email.
5. Also the gateway admin did not get any mail notification on the new account creation.
So I think I see the issue.
This can be fixed by calling initializeUserProfile() whenever a user logs in, regardless of whether they have group based access.