Files
danbooru/app/logical
evazion 258f4a8b95 users: move emails to separate table.
* Move emails from users table to email_addresses table.
* Validate that addresses are formatted correctly and are unique across
  users. Existing invalid emails are grandfathered in.
* Add is_verified flag (the address has been confirmed by the user).
* Add is_deliverable flag (an undeliverable address is an address that bounces).
* Normalize addresses to prevent registering multiple accounts with the
  same email address (using tricks like Gmail's plus addressing).
2020-03-12 21:18:53 -05:00
..
2019-11-09 14:42:30 -06:00
2019-08-01 00:06:18 -05:00
2018-08-24 12:10:51 -07:00
2019-12-22 21:23:37 -06:00