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

fix: add captcha on login and signup page #128

Merged
merged 30 commits into from Oct 6, 2021
Merged

Conversation

CuriouzK0d3r
Copy link
Member

Description of PR

Resolves #122

Adds captcha protection to the login and signup pages.

What component(s) does this PR affect?

  • Back-End (Node.js, Next.js)
  • Front-End (React.js)
  • Theming (CSS, React theme)
  • Build System
  • Docs

Screenshot 2021-09-21 at 1 35 52 PM
Screenshot 2021-09-21 at 1 35 40 PM

Does the PR require changes on other components? If yes, please mark the components:

  • Back-End (Node.js, Next.js)
  • Front-End (React.js)
  • Theming (CSS, React theme)
  • Build System
  • Docs

Related Issue

Resolves #

Solution

Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update
  • None of the above

Checklist:

  • I have read the contributing guide and my code conforms to the guidelines.
  • This change requires a change in the documentation.
  • I have updated the documentation accordingly.

)`>>>)

@gitpod-io
Copy link

gitpod-io bot commented Sep 21, 2021

@CuriouzK0d3r CuriouzK0d3r marked this pull request as draft September 21, 2021 10:39
@CuriouzK0d3r CuriouzK0d3r marked this pull request as ready for review September 22, 2021 07:08
Copy link
Member

@vkotronis vkotronis left a comment

Choose a reason for hiding this comment

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

tested, LGTM! Good work @CuriouzK0d3r !

@CuriouzK0d3r CuriouzK0d3r merged commit d12bca6 into master Oct 6, 2021
@CuriouzK0d3r CuriouzK0d3r deleted the captcha-node branch October 6, 2021 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Protecting user signup with Captcha
2 participants