Skip to content

Commit 0aaa894

Browse files
committed
Ignore site-wide licenses on NeuroHub side
1 parent dac8a45 commit 0aaa894

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BrainPortal/app/controllers/neurohub_application_controller.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ def check_if_locked
8282

8383
end
8484

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+
8591
########################################################################
8692
# Messaging System Filters (presently only invite acceptance)
8793
########################################################################

0 commit comments

Comments
 (0)