Comment 1 for bug 525930

Revision history for this message
Stuart Metcalfe (stuartmetcalfe) wrote :

Thanks for the bug report. There seems to be some inconsistency in the ways login.u.c, login.lp and lp itself handle emails. Here's an example:

I added an unverified email address to my login.u.c account

 * login.u.c: visible
 * login.lp: visible
 * lp itself: not visible

I deleted the email from login.u.c (which actually removes the data from the emailaddress table):

 * login.u.c: not visible
 * login.lp: visible
 * lp itself: not visible

There's obviously something not quite right here. It may be that the email remaining visible in login.lp is due to caching or replication lag. The emails never being visible in lp itself may also be caused by one of these but this obviously requires further investigation. We'll need to install all 3 apps locally and run a comprehensive test of all cases to identify the most likely source of these problems.