Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Minor changes #23

Closed
wants to merge 1 commit into from
Closed

Minor changes #23

wants to merge 1 commit into from

Conversation

sergeyklay
Copy link

See diff

@AbdouYoha
Copy link

Hi Sergey and ALL,

I'm new in Kohana :-)

I have a pb to display the captcha image: in the captcha controller I put :

public function action_index($group = 'default')
{
// Output the Captcha challenge resource (no html)
// Pull the config group name from the URL

    $captcha = Captcha::instance();
            echo $captcha->render(TRUE);

But I have only the width and the height of the image and No things else!
Thank you for your help

@sergeyklay
Copy link
Author

@AbdouYoha

Hmm, are you sure that your code

public function action_index($group = 'default')
{
   ...
}

is correct?

May be:

public function action_index()
{
   $group = $this->request->param('group', 'default');
   ...
}

@AbdouYoha
Copy link

Thank you for response.
But no thing has changed with or without $group as parameter !

I"ll try that: https://bitbucket.org/dev4dev/kohana-recaptcha/src/7ada54e1fc56/classes/recaptcha.php?at=default

@sergeyklay
Copy link
Author

@AbdouYoha
Do you want me to teach you to use it right here? ;)

@AbdouYoha
Copy link

Thank you very much, You are very Kind.
For the moment, I used the reCaptcha (of Google)
I'll be back to Kohana Captcha ASAP. And I 'would contact you if I don't resolve the pb
Regards,

@sergeyklay sergeyklay closed this Dec 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants