fleet/server/mail
Ian Littman 2ef729e473
Allow opting in users to email verification on login (#24273)
#22790 

Changes file is on the FE PR.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated tests
- [x] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [x] Manual QA for all new/changed functionality
2024-12-05 08:37:10 -06:00
..
templates Allow opting in users to email verification on login (#24273) 2024-12-05 08:37:10 -06:00
invite.go Dynamically set copyright year in email templates (#16092) 2024-01-15 15:28:49 -06:00
mail.go Allow opting in users to email verification on login (#24273) 2024-12-05 08:37:10 -06:00
mail_test.go Allow opting in users to email verification on login (#24273) 2024-12-05 08:37:10 -06:00
mfa.go Allow opting in users to email verification on login (#24273) 2024-12-05 08:37:10 -06:00
ses.go Allow opting in users to email verification on login (#24273) 2024-12-05 08:37:10 -06:00
ses_test.go Do not return empty SSO and SMTP settings for non-global-admins (#12180) 2023-06-07 16:06:36 -03:00
users.go Enable staticcheck Go linter. (#23487) 2024-11-05 11:16:24 -06:00