Skip to content

matheusmisumoto/simple-recaptcha-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple reCAPTCHA login

A simple login form in PHP using reCAPTCHA validation.

How to use

  1. Create an account on Google reCAPTCHA website
  2. Register your website
  3. Get your reCAPTCHA keys on settings page
  4. Insert the public key and the secret key on index.php
  5. Upload the project to the server
  6. Test it with the username test and password test123.