siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
397 stars 23 forks source link

[bug] Validate user email format #312

Closed steverfrancis closed 3 weeks ago

steverfrancis commented 1 month ago

Problem Description

When adding a new user to an existing Omni account, there seems to be no validation of email address entered. It happily accepted the below invalid email address for a user: The User steverfrancis@2@gmail.com is created The User select * from tables is created

Solution

There are lots of javascripts to validate emails.

Alternative Solutions

No response

Notes

No response

Unix4ever commented 1 month ago

The User select * from tables is created

I'm glad we don't use sql :D