I created a GitHub issue requesting a better management of the reCaptcha.
https://github.com/uvdesk/community-skeleton/issues/368
Solved Add Google recaptcha
-
-
@Sanjeev Yes, thanks!
As I said I was able to insert and see the visual ReCaptcha but unable to ask as mandatory and see the login form working.Without a guide to how to do I will not be able to insert ReCaptcha there.
Thanks anyway made a more stronger password for the operator. -
@peopleinside
You need to define a name field for recaptcha as same we have added for input field.https://github.com/uvdesk/core-framework/blob/master/Resources/views/login.html.twig#L35
And make it required here as same we did for _username.
https://github.com/uvdesk/core-framework/blob/master/Resources/views/login.html.twig#L94And check if it works for you !!
-
@Sanjeev great, thanks! Maybe I forget the input type!
I will try, thanks! -
@Sanjeev nothing, still unable to do.
I give up - 2 months later
-
- 14 days later
-
i also want to add Google recaptchabut facing some issues in API call, try this method.
Darik elwan
- 2 months later
-
I created a GitHub issue requesting a better management of the reCaptcha.
https://github.com/uvdesk/community-skeleton/issues/368 -
We also want to provide recaptcha but the problem is a key need to generate for your site from https://www.google.com/recaptcha/ here to use recaptcha into your site and which is unique code for the site as project is opensource(no fix domain or site) so person need to set it up for themselves.
But still we will check if we just write code for that and once you enter your recaptcha code for your site then it will enable for you !!
-
@Sanjeev I use other application different from uvdesk, for example a live chat system.
I know is possibile add an option in the admin side where user can activate reCaptcha.For example in live helper chat you have a setting where you can set the secret code for reCaptcha than activate.
If reCaptcha is active is showed on login page, if not is not active and not showed.The same should be possible also in Uvdesk.
-
Is live chat self hosted ?
-
-
Fine, We will check the possibility with our system and will try to add this.
-
@Sanjeev will be very useful. Thanks.
I updated my previous reply with more link. You have also live helper chat demo online to see how it looks on admin side. -
This thread is very interesting and gives a good knowledge , i will try to add google recaptcha by this method ~ Ali Sami Farooq
- 8 days later
-
Please generate Recaptcha keys (site key and secret key) for your domain if you need Recaptcha for your site we have updated the code for the same but need to test it for a live domain.
When you will be available reply back to us will will process further.
-
@Sanjeev I'm ready and I'm already use the recaptcha but only on ticket creation. You can find me on Skype if you need or let me know how can I help you.
-
Have you generated site key and secret key for your domain for google recaptcha?
-
@Sanjeev Sure
-
Ok please take a backup of your current project and apply the changes for a new one.
For generating recaptcha site key and secret key for your domain take help from here.
Step 1.
Delete your core-framework and support-center-bundle under vendor/uvdesk folder of your project.
And clone both bundle using command below at the same place (under vendor/uvdesk folder)
git clone https://github.com/uvdesk/core-framework
git clone https://github.com/uvdesk/support-center-bundle