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
Note: This has been put on hold as it is not needed at this time and would require a fair amount of effort to implement.
We are considering adding support for username only accounts.
It would be possible to support username only accounts, but will require a fair amount of integration and would have limited functionality in regards to resetting passwords and sending invite notifications. Off the top of my head, we would need to:
Add a new AWS Cognito user pool
Update the login pages to work with multiple user pools and/or username only accounts.
Update the invitation process to support username only invitations.
Update any supporting components which show the username.
With a username only account, there is no way to automatically recover forgotten passwords or send invite notifications. To reset a password, an admin would have to be notified by a user somehow, log into AWS Cognito, locate the user and manually reset their password, then notify the user of their new password.
Also, I am not sure how you want the invite process to work with usernames? We could set it up the same way that emails work, and have the instructor enter the username for an invitation but the user would not ever be notified. They would see the invite request the next time they logged in.
The text was updated successfully, but these errors were encountered:
Note: This has been put on hold as it is not needed at this time and would require a fair amount of effort to implement.
We are considering adding support for username only accounts.
It would be possible to support username only accounts, but will require a fair amount of integration and would have limited functionality in regards to resetting passwords and sending invite notifications. Off the top of my head, we would need to:
With a username only account, there is no way to automatically recover forgotten passwords or send invite notifications. To reset a password, an admin would have to be notified by a user somehow, log into AWS Cognito, locate the user and manually reset their password, then notify the user of their new password.
Also, I am not sure how you want the invite process to work with usernames? We could set it up the same way that emails work, and have the instructor enter the username for an invitation but the user would not ever be notified. They would see the invite request the next time they logged in.
The text was updated successfully, but these errors were encountered: