Message2599
Wrong registration link received in bounce ("you're not registered, register before sending mail...") when sending mail to Roundup as unregistered user. Link received in e-mail is:
http://[tracker_home]/user?template=register
which is wrong. Should be (notice the '@' symbol):
http://[tracker_home]/user?@template=register
I've located the error on line 1120 in mailgw.py, to fix just add '@' before the 'template'.
Here is output of roundup-admin -v:
1.4.6 (python 2.5.2)
Regards,
--
Nino
|
|
Date |
User |
Action |
Args |
2009-02-03 14:22:22 | admin | link | issue2431638 messages |
2009-02-03 14:22:22 | admin | create | |
|