Skip to content

Commit

Permalink
Merge branch 'release_24.2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Feb 13, 2025
2 parents 64d385f + 22af784 commit 2bf7c7e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { useFiltering } from "@/components/ConfigTemplates/useInstanceFiltering"
import { useObjectStoreInstancesStore } from "@/stores/objectStoreInstancesStore";
import _l from "@/utils/localization";
import InstanceDropdown from "./InstanceDropdown.vue";
import ManageIndexHeader from "@/components/ConfigTemplates/ManageIndexHeader.vue";
import LoadingSpan from "@/components/LoadingSpan.vue";
import ObjectStoreBadges from "@/components/ObjectStore/ObjectStoreBadges.vue";
Expand Down
2 changes: 1 addition & 1 deletion doc/source/admin/galaxy_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@
registering multiple accounts. Applies mostly for the main Galaxy
instance. If no message specified the warning box will not be
shown.
:Default: ``Please register only one account - we provide this service free of charge and have limited computational resources. Multi-accounts are tracked and will be subjected to account termination and data deletion.``
:Default: ``Please register only one account to ensure fair sharing of computational resources. Multiple registrations are monitored and will result in account termination and data deletion.``
:Type: str


Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/config/sample/galaxy.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ galaxy:
# Registration warning message is used to discourage people from
# registering multiple accounts. Applies mostly for the main Galaxy
# instance. If no message specified the warning box will not be shown.
#registration_warning_message: Please register only one account - we provide this service free of charge and have limited computational resources. Multi-accounts are tracked and will be subjected to account termination and data deletion.
#registration_warning_message: Please register only one account to ensure fair sharing of computational resources. Multiple registrations are monitored and will result in account termination and data deletion.

# User account activation feature global flag. If set to false, the
# rest of the Account activation configuration is ignored and user
Expand Down
6 changes: 3 additions & 3 deletions lib/galaxy/config/schemas/config_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1387,9 +1387,9 @@ mapping:
registration_warning_message:
type: str
default: >-
Please register only one account - we provide this service free of charge and have limited
computational resources. Multi-accounts are tracked and will be subjected to account
termination and data deletion.
Please register only one account to ensure fair sharing of
computational resources. Multiple registrations are monitored and will
result in account termination and data deletion.
required: false
desc: |
Registration warning message is used to discourage people from registering
Expand Down
3 changes: 2 additions & 1 deletion packages/tool_util/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ include galaxy/tool_util/toolbox/filters/*.sample
include galaxy/tool_util/verify/test_config.sample.yml
include galaxy/tool_util/xsd/*
include galaxy/tool_util/ontologies/*tsv
include galaxy/tool_util/linters/datatypes_conf.xml.sample
include galaxy/tool_util/linters/datatypes_conf.xml.sample
include galaxy/tool_util/upgrade/upgrade_codes.json

0 comments on commit 2bf7c7e

Please sign in to comment.