We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac8a45 commit 0aaa894Copy full SHA for 0aaa894
BrainPortal/app/controllers/neurohub_application_controller.rb
@@ -82,6 +82,12 @@ def check_if_locked
82
83
end
84
85
+ # For the moment on the NeuroHub side, we bypass checking the site-wide
86
+ # licenses. They'll still be required if the user switch to CBRAIN.
87
+ def check_license_agreements
88
+ true
89
+ end
90
+
91
########################################################################
92
# Messaging System Filters (presently only invite acceptance)
93
0 commit comments