Skip to content
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

Using CAPTCHA through self service registration does not trust device and the user will be prompted a second time #1400

Closed
robotdan opened this issue Sep 16, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@robotdan
Copy link
Member

robotdan commented Sep 16, 2021

Using CAPTCHA through self service registration does not trust device and the user will be prompted a second time

Description

Currently only an authentication will mark the device as trusted. But there are other routes that should mark the browser as trusted.

Anywhere were a CAPCHA is shown, we should review to ensure we do not continually show CAPTCHA.

  • Send email verification
  • Email verification required (email gate)
  • Login page
  • Send a passwordless email
  • Register
  • Register (advanced form)
  • Change password
  • Send forgot password
  • Send registration verification email
  • Registration required (registration gate)

Only the login page works correctly currently.

Affects versions

1.30.0

Steps to reproduce

  1. Enable email gate
  2. Self service register w/ CAPTCHA enabled
  3. Complete registration w/ CAPTCHA
  4. Go to the gate, you'll see CAPTCHA

Expected behavior

Once you complete a CAPTCHA and we identify the device as trusted we should not show CAPTCHA again.

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

Additional context

Add any other context about the problem here.

@robotdan robotdan self-assigned this Sep 16, 2021
@robotdan robotdan added the bug Something isn't working label Sep 16, 2021
@robotdan robotdan added this to Backlog in FusionAuth Issues via automation Sep 16, 2021
@robotdan robotdan added this to the 1.30.2 milestone Sep 16, 2021
@robotdan robotdan moved this from Backlog to In progress in FusionAuth Issues Sep 16, 2021
@mooreds mooreds closed this as completed Oct 13, 2021
FusionAuth Issues automation moved this from In progress to Done Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
FusionAuth Issues
  
Delivered
Development

No branches or pull requests

2 participants