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
When the admin is rejecting an account request using 'reject with reason' option, one of the possible reasons is that there is already an account for that email. In that case, the user is suggested to login using the existing account.
Current: the suggested login account is the same as the email address specified in the account request
Suggested:
Specify the Google account of the user instead, as that's what the user needs to use to login
Add the following info to the instructions.
If you are logged into multiple Google accounts, remember to logout from other Google accounts first, or use an incognito Browser window. Let us know (with a screenshot) if that doesn't work.
The text was updated successfully, but these errors were encountered:
…email template (#13118)
* Change existingEmail to googleId
* Add extra info to instructions
* Fix missing googleId if multiple accounts exist
* Add function name to test name
* Move account search to function
* Change missing googleId string to be shorter
* Add check for accounts with no googleId
* Add tests for replaceGoogleId
* Change instructor search result to use createBuilder
* Change a test name to fit convention
---------
Co-authored-by: domoberzin <[email protected]>
Co-authored-by: Wei Qing <[email protected]>
When the admin is rejecting an account request using 'reject with reason' option, one of the possible reasons is that there is already an account for that email. In that case, the user is suggested to login using the existing account.
Current: the suggested login account is the same as the email address specified in the account request
Suggested:
Specify the Google account of the user instead, as that's what the user needs to use to login
Add the following info to the instructions.
The text was updated successfully, but these errors were encountered: