Skip to content
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

Update register to make email optional #394

Merged
merged 2 commits into from
Jul 27, 2022
Merged

Update register to make email optional #394

merged 2 commits into from
Jul 27, 2022

Conversation

bgins
Copy link
Member

@bgins bgins commented Jul 27, 2022

Summary

This PR implements the following features

  • Make email optional at registration

This PR makes the email parameter to the register function optional. It goes along with the changes on the server (fission-codes/fission#619) where a user can register with a only a username or a username and email.

Test plan (required)

Tested by registering a user with and without an email.

Closing issues

Closes #393

After Merge

  • Does this change invalidate any docs or tutorials? No, but we need new ones in the future.
  • Does this change require a release to be made? Yes, I will release an alpha.

@bgins bgins marked this pull request as ready for review July 27, 2022 15:26
Copy link
Contributor

@walkah walkah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thumbs-gif-by-sesame-street

Looks good to me!

@bgins bgins merged commit 4f5861d into main Jul 27, 2022
@bgins bgins deleted the make-email-optional branch July 27, 2022 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make email optional at registration
2 participants