FreeBSD Bugzilla – Attachment 188100 Details for
Bug 223738
www/gitlab config/initializers/recaptcha.rb needs a update config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix
patch.diff (text/plain), 1.48 KB, created by
Otacílio de Araújo Ramos Neto
on 2017-11-18 21:20:46 UTC
(
hide
)
Description:
patch to fix
Filename:
MIME Type:
Creator:
Otacílio de Araújo Ramos Neto
Created:
2017-11-18 21:20:46 UTC
Size:
1.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 454458) >+++ Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= gitlab > PORTVERSION= 9.4.7 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www devel > > MAINTAINER= tz@FreeBSD.org >Index: files/patch-lib_gitlab_recaptcha.rb >=================================================================== >--- files/patch-lib_gitlab_recaptcha.rb (revision 0) >+++ files/patch-lib_gitlab_recaptcha.rb (working copy) >@@ -0,0 +1,13 @@ >+--- lib/gitlab/recaptcha.rb.orig 2017-11-18 21:06:32 UTC >++++ lib/gitlab/recaptcha.rb >+@@ -3,8 +3,8 @@ module Gitlab >+ def self.load_configurations! >+ if current_application_settings.recaptcha_enabled >+ ::Recaptcha.configure do |config| >+- config.public_key = current_application_settings.recaptcha_site_key >+- config.private_key = current_application_settings.recaptcha_private_key >++ config.site_key = current_application_settings.recaptcha_site_key >++ config.secret_key = current_application_settings.recaptcha_private_key >+ end >+ >+ true > >Property changes on: files/patch-lib_gitlab_recaptcha.rb >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223738
: 188100