... | ... | @@ -193,6 +193,8 @@ public class RecaptchaQuery { |
|
|
}
|
|
|
```
|
|
|
|
|
|
Para más información ver el commit del RID-UNRN: [Agrega función Recaptcha v2 de Google](https://github.com/crai-unrn/DSpace/commit/237b52f07701e507035e53b8b225f4ffa6913db3)
|
|
|
|
|
|
### Implementar reCaptcah en el formulario Feedback de DSpace
|
|
|
En el archivo `dspace/modules/jspui/src/main/webapp/feedback/form.jsp` agregar:
|
|
|
|
... | ... | @@ -255,5 +257,5 @@ if (request.getParameter("submit") != null) |
|
|
}
|
|
|
```
|
|
|
|
|
|
Para más información, ver el commit:
|
|
|
Para más información ver el commit del RID-UNRN: [Agrega Recaptcha al formulario de Feedback](https://github.com/crai-unrn/DSpace/commit/97fa994415e386f857e0d3bb75cc5c9965489630)
|
|
|
|