hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
5 stars 24 forks source link

Draft: Specify username while signing up through Cognito #258

Open ethanstrominger opened 4 months ago

ethanstrominger commented 4 months ago

Overview

As a user I want to make sure that anywhere username is used it is the same so that all my information can be consistent.

Background

Currently, Cognito is configured to only prompt for email. This has the potential to cause inconsistencies in other systems where username is used. This is particularly confusing because when you use allauth for a seamless experience, username is derived from email address. Both need to be consistent.

Action Items