You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
When users are signing up to the recruitment portal, only northeastern.edu and husky.neu.edu domains are allowed for valid emails. Let's assume a user signs up with northeastern.edu. Now, when a user accesses our Google Forms to submit an application, they have to sign into a Google account. However, as far as I'm aware, northeastern.edu emails do not have an associated Google account -- only husky.neu.edu emails are valid Google accounts. Therefore, they will sign in with husky.neu.edu, and the email recorded with their application submission will be a husky.neu.edu email. When the application gets sent to our endpoint, it will not be able to associate the application with a user because the user previously signed up to Cognito with a northeastern.edu email, and their application will never be saved.
Proposed Fix:
Update the Google Forms AppScript to transform husky.neu.edu emails into northeastern.edu emails. Ensure that only northeastern.edu email addresses are stored in our database. This means also updating the signup endpoint to restrict to solely northeastern.edu email addresses.
The text was updated successfully, but these errors were encountered:
Problem:
When users are signing up to the recruitment portal, only northeastern.edu and husky.neu.edu domains are allowed for valid emails. Let's assume a user signs up with northeastern.edu. Now, when a user accesses our Google Forms to submit an application, they have to sign into a Google account. However, as far as I'm aware, northeastern.edu emails do not have an associated Google account -- only husky.neu.edu emails are valid Google accounts. Therefore, they will sign in with husky.neu.edu, and the email recorded with their application submission will be a husky.neu.edu email. When the application gets sent to our endpoint, it will not be able to associate the application with a user because the user previously signed up to Cognito with a northeastern.edu email, and their application will never be saved.
Proposed Fix:
Update the Google Forms AppScript to transform husky.neu.edu emails into northeastern.edu emails. Ensure that only northeastern.edu email addresses are stored in our database. This means also updating the signup endpoint to restrict to solely northeastern.edu email addresses.
The text was updated successfully, but these errors were encountered: