Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make captcha always show when needed#1473

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
ItsOnlyBinary wants to merge2 commits intokiwiirc:master
base:master
Choose a base branch
Loading
fromItsOnlyBinary:captcha-global

Conversation

@ItsOnlyBinary
Copy link
Collaborator

closes#1470

// If we have a network instance already, send the captcha response
if (this.network&&this.network.state==='connecting') {
this.network.ircClient.raw('CAPTCHA', response);
this.networks.forEach((network)=> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This part seems a little weird. Each network captcha request would have a difference response wouldn't they? So sending the same response to every network would cause them to fail?

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

WIG only uses one captcha key, so it should be fine for multiple networks to validate the same response,

i shall try to find a way to test it

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

then again i might be totally wrong :(

need to look into this some more

@ItsOnlyBinaryItsOnlyBinary marked this pull request as draftJanuary 28, 2021 18:19
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@prawnsaladprawnsaladprawnsalad left review comments

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Move captcha to a modal dialog

2 participants

@ItsOnlyBinary@prawnsalad

[8]ページ先頭

©2009-2025 Movatter.jp