-
Notifications
You must be signed in to change notification settings - Fork 235
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
reCAPTCHA integration #32
Conversation
Thank you for your contribution :-) Can you also update the wiki? |
of course. it would my first wiki update 😄 |
My wiki I don't have time to test it. Have you test the code? |
yes i have tested the code. |
i'll created a new wiki page number 10 but its placed after 1 ^^ |
it work with CodeIgniter 2.2 and CodeIgniter 3.0 (develop) on Windows VM ^^ |
@REJack thank you for your great contribitions :) but i merged a pull request before yours. So i cant merge your request. Can you fix it :) |
reCAPTCHA integration merged
to use recaptcha in aauth set 'recaptcha_active' to true
define 'recaptcha_login_attempts' (default = 4)
define 'recaptcha_siteKey' and 'recaptcha_secret' from https://www.google.com/recaptcha/admin
place generate_recaptcha_field() in your login form
if the 'recaptcha_login_attempts' is reached the recaptcha appears through generate_recaptcha_field()