MantisBT - CDash
View Issue Details
0013432CDash(No Category)public2012-07-23 13:012012-07-24 03:22
zanella 
Julien Jomier 
normalblockhave not tried
closedfixed 
Server UbuntuServer 10.4
2.0 
2.1 
0013432: Registration Key URL in e-mail has one char to much at the end
Registration link did not work,

Comparing the values of url?register.php?key=XXXXXX in e-mail
and the value of registration key in database table usertmp show that the key value in the e-mail has always one char to much at the end. Do not know why
Add file how I installed the cDash server step-by-step. (Maybe some inspiration to add dependensees to wiki)
No tags attached.
txt install_cDashServer.txt (5,619) 2012-07-23 13:01
https://public.kitware.com/Bug/file/4402/install_cDashServer.txt
Issue History
2012-07-23 13:01zanellaNew Issue
2012-07-23 13:01zanellaFile Added: install_cDashServer.txt
2012-07-23 13:18Julien JomierAssigned To => Julien Jomier
2012-07-23 13:18Julien JomierStatusnew => assigned
2012-07-23 13:42zanellaNote Added: 0030107
2012-07-23 15:08Julien JomierNote Added: 0030108
2012-07-23 15:08Julien JomierStatusassigned => resolved
2012-07-23 15:08Julien JomierFixed in Version => 2.1
2012-07-23 15:08Julien JomierResolutionopen => fixed
2012-07-23 15:45zanellaNote Added: 0030109
2012-07-23 15:45zanellaStatusresolved => feedback
2012-07-23 15:45zanellaResolutionfixed => reopened
2012-07-23 15:51zanellaNote Added: 0030110
2012-07-23 15:51zanellaStatusfeedback => assigned
2012-07-24 03:22Julien JomierStatusassigned => closed
2012-07-24 03:22Julien JomierResolutionreopened => fixed

Notes
(0030107)
zanella   
2012-07-23 13:41   
Just Tested an see, that it is a random char which is "to much" in url or missing in mySQL database table entry
(0030108)
Julien Jomier   
2012-07-23 15:08   
Thanks for the report. This is actually fixed in the 2.1 version (not released yet but accessible through SVN). You can change the line 119 to:

  for ($i=0;$i<$length;$i++) <-- instead of <=

Thanks also for the detailed install document!
(0030109)
zanella   
2012-07-23 15:45   
One question: In which file I need to change the line ? (Oh, I think, while writing this I just get it, it is the register.php).

I me english in the installation doc is not to bad....
(0030110)
zanella   
2012-07-23 15:51   
Ok, tested, It is the register.php file (sorry for the reopening for such small thing.... a small moment of confusion I had...) -> Can be closed