allyourbot / hostedgpt

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

Add email validation to registration #292

Open krschacht opened 3 weeks ago

krschacht commented 3 weeks 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