| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | implement password reset | Puyodead1 | 2023-02-24 | 1 | -1/+1 |
| | | |||||
| * | don't print anything if email send is successful | Puyodead1 | 2023-02-24 | 1 | -2/+1 |
| | | |||||
| * | add right to resend verification emails | Puyodead1 | 2023-02-23 | 1 | -21/+25 |
| | | |||||
| * | fix: email verification | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | | |||||
| * | Fix template rendering and use verify email template | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | | | | | email html is weird, some stuff isn't supported. | ||||
| * | Email verification works | Puyodead1 | 2023-02-23 | 1 | -0/+49 |
| - Added /auth/verify to authenticated route whitelist - Updated /auth/verify to properly mark a user as verified, return a response, and fix expiration time check - Implemented /auth/verify/resend - Moved verification email sending to a helper method - Fixed VerifyEmailSchema requiring captcha_key | |||||
