-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop setting an email address on tutorial accounts #164
Comments
Note that this requires:
Also note that these users, as before, cannot use our IdP to reset their IdP password or recover their username, as they have no email. (Before there was an email address they couldn't read.) |
…ts. Users will need to self-assert their address at the Portal.
…ounts with an email address
…ount requests (for tutorials)
Note this requires a schema change to allow the email address field to be null on account requests. |
…nstructions on modifying attendee's profile
… that in the confirmation email, and the comment on creating the account.
Will also include the name of the tutorial organizer in the email to the organizer (cc'ed to admins). |
…e (non empty) and email (pass PHP FILTER_VALIDATE_EMAIL)
Currently we create email accounts for tutorial accounts. These emails do not go to the experimenter.
Going forward, we won't be creating any such email accounts. So emails to these addresses would just bounce.
Instead, leave the email address blank. Then the experimenter can self-assert their own real email address when they get to the portal.
The text was updated successfully, but these errors were encountered: