-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post-CAPTCHA "Continue browsing" link is not useful #3126
Comments
If you have a look at the HTML is there actually a target URL in the "Continue browsing" link? |
Good question, but I'm not sure how to get the website to ask me to enter the CAPTCHA again. I can't seem to reproduce it right now. |
You'd probably need a new session to hit that requirement. So, either logging out or an incognito window might be enough. |
Yeah, that's what I thought, and I tried it an incognito window yesterday. It prompted me to login when I clicked on the "++" button, but it didn't give me a CAPTCHA after I logged in. I found the "Continue browsing" HTML in the repository. It links to a variable, metacpan-web/root/account/turing.tx Line 14 in f4f0488
|
I believe it's supposed to be set via https://github.com/metacpan/metacpan-web/blob/master/lib/MetaCPAN/Web/Controller/Account/Turing.pm#L20 It's possible that this parameter is not being included in the |
After completing the CAPTCHA, you get a "Success" message. Underneath that, there's a link to "Continue browsing". I would expect this link to take me to back to the web page of the module where I clicked the "++" button. It doesn't. It takes me to another CAPTCHA instead. Not very useful.
The text was updated successfully, but these errors were encountered: