aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_user_email_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Always store primary email address into email_address table and also the ↵Lunny Xiao2021-06-081-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state (#15956) * Always store primary email address into email_address table and also the state * Add lower_email to not convert email to lower as what's added * Fix fixture * Fix tests * Use BeforeInsert to save lower email * Fix v180 migration * fix tests * Fix test * Remove wrong submited codes * Fix test * Fix test * Fix test * Add test for v181 migration * remove change user's email to lower * Revert change on user's email column * Fix lower email * Fix test * Fix test
* rsponse 404 when delete not exist email (#15383)a10121127962021-04-101-0/+105
fix #15357 Signed-off-by: a1012112796 <1012112796@qq.com>