browsertrix/backend
Ilya Kreymer d0b54dd752 Enable sending emails in K8S, trigger verification e-mail on registration. (#38)
* k8s: support email configuration
support sending reset password email
fix for #32

* fastapi users: update to latest (8.1.2)
send verification email upon registration

* update to latest fastapi-users(8.1.2), refactor to use UserManager class
ensure verification e-mail sent upon registration, w/o requiring separate apicall
fixes #32

* add email options to default chart/values.yaml

* separate usermanager init from fastapi users init, fix for sending invite emails
2021-11-30 23:50:38 -08:00
..
archives.py Enable sending emails in K8S, trigger verification e-mail on registration. (#38) 2021-11-30 23:50:38 -08:00
colls.py add collections api: 2021-10-27 09:39:14 -07:00
crawlconfigs.py Misc backend fixes for cloud deployment (#26) 2021-11-25 11:58:26 -08:00
crawls.py add collections api: 2021-10-27 09:39:14 -07:00
db.py use redis based queue instead of url for crawl done webhook 2021-10-10 12:18:28 -07:00
Dockerfile initial commit! 2021-06-28 15:48:59 -07:00
dockerman.py Misc backend fixes for cloud deployment (#26) 2021-11-25 11:58:26 -08:00
emailsender.py Enable sending emails in K8S, trigger verification e-mail on registration. (#38) 2021-11-30 23:50:38 -08:00
k8sman.py Misc backend fixes for cloud deployment (#26) 2021-11-25 11:58:26 -08:00
main.py Enable sending emails in K8S, trigger verification e-mail on registration. (#38) 2021-11-30 23:50:38 -08:00
requirements.txt Enable sending emails in K8S, trigger verification e-mail on registration. (#38) 2021-11-30 23:50:38 -08:00
scheduler.py add missing scheduler! 2021-08-25 16:18:53 -07:00
storages.py Storage + Data Model Refactor (fixes #3): 2021-10-09 18:58:40 -07:00
users.py Enable sending emails in K8S, trigger verification e-mail on registration. (#38) 2021-11-30 23:50:38 -08:00