AllYourBot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
354 stars 187 forks source link

Allow google oauth signup without a last_name #444

Closed krschacht closed 3 months ago

krschacht commented 3 months ago

One of my Google accounts is missing a last name. Our auth flow makes last_name required but Google doesn't so this allows registration without a last name from Google Oauth.

Also, this was an example of a failed Google Oauth registration. Once you have a failed registration, even if we fix the bug a user is not able to successfully register until they remove our website as a third-party connection. I added a comment about this in the error message.