Thank you very much!
I don't understand why in "Part 2: Copy Custom Files" some commands don't work
For example
[root@otrs5cent7 ~]# cp ../Kernel/Output/HTML/Layout.pm Kernel/Output/HTML/Layout.pm
cp: cannot stat ‘../Kernel/Output/HTML/Layout.pm’: No such file or directory
.. using with cd ...
Search found 4 matches
- 01 Jun 2017, 09:48
- Forum: Howtos
- Topic: reCaptcha on CustomerLogin for Create Account (5.0.x)
- Replies: 4
- Views: 112212
- 31 May 2017, 14:32
- Forum: Howtos
- Topic: reCaptcha on CustomerLogin for Create Account (5.0.x)
- Replies: 4
- Views: 112212
Re: reCaptcha on CustomerLogin for Create Account (5.0.x)
Hello. I have certain problem in the very beginning then I try to install reCAPTCHA. I have Centos 7, so I tryed 2 ways to install perl module. And thats what happen next.
[b][root@otrs5cent7 home]# sudo yum install "perl(Captcha::reCAPTCHA)"[/b]
Loaded plugins: fastestmirror
base | 3.6 kB 00:00:00 ...
[b][root@otrs5cent7 home]# sudo yum install "perl(Captcha::reCAPTCHA)"[/b]
Loaded plugins: fastestmirror
base | 3.6 kB 00:00:00 ...
- 23 May 2017, 14:21
- Forum: General
- Topic: Captcha on costumer login (reCapcha)
- Replies: 0
- Views: 1890
Captcha on costumer login (reCapcha)
Could you please tell me how to insert script?
Here is instruction from google:
1)Insert this fragment before tag </head> in HTML-code:
<script src='https://www.google.com/recaptcha/api.js'></script>
2)Insert this fragment in the end of object <form> (there you need vidget reCAPTCHA):
<div class="g ...
Here is instruction from google:
1)Insert this fragment before tag </head> in HTML-code:
<script src='https://www.google.com/recaptcha/api.js'></script>
2)Insert this fragment in the end of object <form> (there you need vidget reCAPTCHA):
<div class="g ...
- 23 May 2017, 14:15
- Forum: Общие вопросы
- Topic: Капча на странице авторизации reCAPTCHA
- Replies: 0
- Views: 97646
Капча на странице авторизации reCAPTCHA
Подскажите пожалуйста, как правильно вставлять скрипт?
Оба пункта из инструкции гугла выполнил:
1)Вставьте этот фрагмент перед закрывающим тегом </head> в HTML-коде:
<script src='https://www.google.com/recaptcha/api.js'></script>
2)Вставьте этот фрагмент в конце объекта <form> (там, где нужно ...
Оба пункта из инструкции гугла выполнил:
1)Вставьте этот фрагмент перед закрывающим тегом </head> в HTML-коде:
<script src='https://www.google.com/recaptcha/api.js'></script>
2)Вставьте этот фрагмент в конце объекта <form> (там, где нужно ...