Roundup Tracker - Issues

Issue 2431638

classification
wrong registration link
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: schlatterbeck : richard, schlatterbeck
Priority: normal :

Created on 2008-12-15 20:04 by anonymous, last changed 2012-01-05 21:23 by schlatterbeck.

Messages
msg2599 Author: [hidden] (anonymous) Date: 2008-12-15 20:04
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
msg4481 Author: [hidden] (schlatterbeck) Date: 2012-01-05 21:23
fixed in git 5169753
History
Date User Action Args
2012-01-05 21:23:10schlatterbecksetstatus: open -> closed
assignee: richard -> schlatterbeck
resolution: fixed
messages: + msg4481
nosy: + schlatterbeck
2008-12-15 20:04:48anonymouscreate