Skip to content

Instantly share code, notes, and snippets.

Created August 31, 2015 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e042ca8df528f2d396ee to your computer and use it in GitHub Desktop.
Save anonymous/e042ca8df528f2d396ee to your computer and use it in GitHub Desktop.

How to remove captcha

  • Login to your ftp
  • Visit / app / artvenue / Validator / UserValidator.php
  • Search and remove
'g-recaptcha-response'  => ['required', 'captcha']
  • Visit / app / views / registration / index.blade.php
  • Search and remove
{{ app('captcha')->display() }}
  • You are done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment