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

Email not properly validated #93

Open
haavares opened this issue Mar 16, 2021 · 1 comment
Open

Email not properly validated #93

haavares opened this issue Mar 16, 2021 · 1 comment

Comments

@haavares
Copy link
Member

A potential member signed up with a telephone number as email address. This caused problems with the email not being valid at Stripe.

Fix:
Validate email addresses at signup.

@omega
Copy link
Contributor

omega commented Mar 17, 2021

def register_account(username: str, email: str, name: str, password: str, phone: str) -> Account:
is the relevant code I guess, that needs to validate email.

clehre added a commit to clehre/p2k16 that referenced this issue Jul 1, 2024
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

No branches or pull requests

2 participants