Unverified Commit a593135a authored by Dannon's avatar Dannon Committed by GitHub
Browse files

Merge pull request #19598 from dannon/updated-registration-warning-message

[24.2] Updated registration warning message
parents b56638b9 1e0d7652
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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


+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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