signebedi / libreforms-fastapi

FastAPI implementation of the libreForms spec
GNU Affero General Public License v3.0
1 stars 1 forks source link

[api] [auth] [ui] Add support for API and UI email verication when EMAIL_VERIFICATION_REQUIRED is True #261

Open signebedi opened 2 months ago

signebedi commented 2 months ago

This should change the initial emails sent to users when they create their own accounts, set them initially to inactive, and add a UI and API route to verify their account with an OTP.

signebedi commented 1 month ago

https://github.com/signebedi/libreforms-fastapi/blob/f58851e77570ce5e6912250213a4994d07c1c6d5/libreforms_fastapi/app/__init__.py#L5193-L5197