Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-11-03 | main(): Fix for bug #832748, where unsubscribe_policy was being | bwarsaw | 1 | -4/+24 | |
ignored for the unsub button on the member login page. Report and original patch by Pasi Sjoholm, modify by Barry. Forward port candidate. | |||||
2003-02-08 | Backporting from the trunk. | bwarsaw | 1 | -15/+26 | |
2003-01-02 | main(): In the change-of-address section, we only want to show the | bwarsaw | 1 | -3/+5 | |
"you are already using that email address" message if the newaddress matches the case-preserved (subscribed) address. Also, in the set_address section, if cpuser is None, set it to the the user address, since that's what we'll use now as the old address in the ChangeMemberAddress() call. This and related changes should fix problems when the address we're changing to differs for the current address by case only. |