Skip to content

Commit

Permalink
Merge pull request #19598 from dannon/updated-registration-warning-me…
Browse files Browse the repository at this point in the history
…ssage

[24.2] Updated registration warning message
  • Loading branch information
dannon authored Feb 12, 2025
2 parents b56638b + 1e0d765 commit a593135
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/admin/galaxy_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,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 @@ -1220,7 +1220,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 @@ -1306,9 +1306,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

0 comments on commit a593135

Please sign in to comment.