AllYourBot / hostedgpt

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

Add email validation to registration #292

Closed krschacht closed 4 months ago

krschacht commented 5 months ago

Noted in this short article: https://andycroll.com/ruby/validate-email-addresses/

URI::MailTo::EMAIL_REGEXP sounds like the best option for this project