https://bugzilla.wikimedia.org/show_bug.cgi?id=30823
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Email |[other] Version|unspecified |any AssignedTo|[email protected] |[email protected]. | |org Product|MediaWiki |MediaWiki extensions --- Comment #1 from Brion Vibber <[email protected]> 2011-09-08 22:37:56 UTC --- This seems to be in the EmailCapture extension, which has its own table of addresses and confirmation codes. Current code attempts to update the row with the matching code to add the verified bit, then claims failure if no rows were changed. Should probably instead check for presence of a current row, and if it's present and already verified it could then give a different err msg. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
