Gossamer Forum
Home : Products : Others : Gossamer Community :

Invalid email validation code

Quote Reply
Invalid email validation code
I get "Invalid email validation code", when the user did signup, receives the validation email, then clicks the validation link.
The validation link displays the user_login.html page, with the "Invalid email validation code".
The user was validated, since if I look at comm_email_val field, I see value 1.
Also in config: 'signup_validate_email' => '1' (so yes, validation is set)

FYI: Validation call is: Community::Web::User::user_verify

It's likely a bug, but I'm not sure, until I'm the only one who noticed this...

Did anybody else notice this problem?
Could somebody try it out?

Opinions, comments?

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Quote Reply
Re: [webmaster33] Invalid email validation code In reply to
Hi,

This is most likely because you hit the validation twice. The first time it validated the user, and when it does that it removes the validation code. The second time the code was gone so you saw the error.

I may make it so that the code does not dissappear immediately.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Invalid email validation code In reply to
Unfortunately not. Frown

It happened several times on this GComm beta1 (v0.9.0) installation (Win XP).
I tried more times and got the same result Unsure

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...