Prevent signup using anonymous mail domains #123
Labels
help wanted
Extra attention is needed
kind/enhancement
Improvement in current feature
language/javascript
Javascript related
Current Behavior
Anyone can signup to use the Meshery Playground. Signup is necessary to ensure accountability given the open cluster nature of the playground.
Desired Behavior
Disallow signups from the following domains:
Implementation
Field validation using javascript and regex.
Acceptance Tests
"Use of the is not allowed. Please use a non-anonymous email address / domain.
The Meshery Playground is connected to live Kubernetes cluster(s) and allows users full-control over those clusters. Requiring users to register a non-anonymous user account keeps the Playground safe and healthy for all to enjoy. Without requiring users to sign-in, the Meshery Playground would allow anonymous access for anyone and everyone to potentially perform nefarious acts. Sign-up to receive a user account, entitled with perpetually free and full access the Playground environment."
Contributor Guide
The text was updated successfully, but these errors were encountered: