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

reCAPTCHA integration #32

Merged
merged 2 commits into from
Dec 23, 2014
Merged

reCAPTCHA integration #32

merged 2 commits into from
Dec 23, 2014

Conversation

REJack
Copy link
Collaborator

@REJack REJack commented Dec 7, 2014

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()

@REJack REJack mentioned this pull request Dec 7, 2014
@emreakay
Copy link
Owner

emreakay commented Dec 7, 2014

Thank you for your contribution :-)

Can you also update the wiki?

@REJack
Copy link
Collaborator Author

REJack commented Dec 7, 2014

of course.
the wiki on my fork or on your wiki?

it would my first wiki update 😄

@emreakay
Copy link
Owner

emreakay commented Dec 7, 2014

My wiki
:-D

I don't have time to test it. Have you test the code?

@REJack
Copy link
Collaborator Author

REJack commented Dec 7, 2014

yes i have tested the code.
i update the wiki in the next hours xD

@REJack
Copy link
Collaborator Author

REJack commented Dec 7, 2014

i'll created a new wiki page number 10 but its placed after 1 ^^
i think the numbers need an 0 in front, like 1 to 01, 2 to 02 ...
then it should be sorted right :D

@REJack
Copy link
Collaborator Author

REJack commented Dec 8, 2014

@emreakay in this pull request is #28 included too and i have tested the code only with codeigniter3-develop anybody should test the code with codeigniter 2

it includes also fixes for CI3 because my new project is on CI3

@REJack
Copy link
Collaborator Author

REJack commented Dec 9, 2014

it work with CodeIgniter 2.2 and CodeIgniter 3.0 (develop) on Windows VM ^^

@emreakay
Copy link
Owner

@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 :)

emreakay pushed a commit that referenced this pull request Dec 23, 2014
reCAPTCHA integration merged
@emreakay emreakay merged commit d3617a0 into emreakay:master Dec 23, 2014
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.

2 participants