Use normalized email address for new users

Not check email deliverability for now to allow air-gapped usage or
authenticated/multi-user setups with admin managed otp

Closes #1069
This commit is contained in:
Debanjum
2025-01-11 10:00:55 +07:00
parent 85c34a5f0f
commit 6e955e158b
4 changed files with 36 additions and 12 deletions

View File

@@ -91,6 +91,7 @@ dependencies = [
"google-generativeai == 0.8.3",
"pyjson5 == 1.6.7",
"resend == 1.0.1",
"email-validator == 2.2.0",
]
dynamic = ["version"]