[Cdash] New registered user and invalid key

Julien Jomier julien.jomier at kitware.com
Fri Jul 27 15:36:30 UTC 2012


Hi Thomas,

This is a bug in CDash 2.0.2 which is fixed in the 2-0 branch.
You can disable the email validation via the config.local.php file:

   $CDASH_REGISTRATION_EMAIL_VERIFY = false;

or you can edit the register.php and change the line 119 by

    for ($i=0;$i<$length;$i++) <- change the '<=' by '<'

Julien

On 27/07/2012 16:36, Kilgus, Thomas wrote:
> Hello,
>
> we are using CDash 2.0.2 a while now. New users receive an email
> containing a link for validation. At our CDash, something must be wrong,
> because all users receive the message “The key is invalid.” when they
> click on the link. What could influence this key? Is our link incorrect?
>
> An example link of our CDash looks like this:
>
> http://cdash.mitk.org/register.php?key=8OqgMW9GeBfZg9PYMXBBIg21ofr49q174idH5deaE
>
> If there are no known issues/solutions regarding this, is there any way
> to disbale the email validation?
>
> Regards
>
> Thomas
>
>
>
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>



More information about the CDash mailing list