diff --git a/mig/shared/functionality/peers.py b/mig/shared/functionality/peers.py index f24f01f4e..1f4587b11 100755 --- a/mig/shared/functionality/peers.py +++ b/mig/shared/functionality/peers.py @@ -4,7 +4,7 @@ # --- BEGIN_HEADER --- # # peers - manage external collaboration partners, etc. -# Copyright (C) 2003-2021 The MiG Project lead by Brian Vinter +# Copyright (C) 2003-2025 The MiG Project by the Science HPC Center at UCPH # # This file is part of MiG. # @@ -91,7 +91,7 @@ def main(client_id, user_arguments_dict): logger.info("%s begin for %s" % (op_name, client_id)) # IMPORTANT: single line here to avoid breaking javascript inlining - expire_help = "For security reasons peer accounts should be closed when no longer required. Expire is used to limit account access time for that purpose, and you can always extend it later if needed. For courses and workshops a few weeks or months should usually suffice, while projects and long-term collaboration often extend to months or years. Peer accounts still need to be renewed at least annually, but the peer users can do so themselves without your repeated explicit acceptance, as long as it does not exceed your provided expire date." + expire_help = "For security reasons peer accounts should be closed when no longer required. End date is used to limit account access time for that purpose, and you can always extend it later if needed. For courses and workshops a few weeks or months should usually suffice, while projects and long-term collaboration often extend to months or years. Peer accounts still need to be renewed at least annually, but the peer users can do so themselves without your repeated explicit acceptance, as long as it does not exceed your provided end date." # jquery support for tablesorter and confirmation on delete # table initially sorted by col. 5 (kind), then 0 (name) @@ -251,13 +251,13 @@ def main(client_id, user_arguments_dict):
You may enter your individual peers in the form fields below and assign a -shared kind and account expiry time for all entries. Just leave the Action -field to Add unless you want to Update or Remove -existing peers. You are free to leave rows empty, but each field in a peer row -MUST be filled for the row to be treated. +shared kind and account end date for all entries. Just leave the Action field +to Add unless you want to Update or Remove existing +peers. You are free to leave rows empty, but each field in a peer row MUST be +filled for the row to be treated.
If someone requests an external user account on %(site)s and explicitly -references you as peers contact person the site admins will generally forward -the request, so that it shows up here for you to confirm. You can then accept -or reject the individual requests below to let the site admins proceed with -account creation or rejection. Please select an expire date to provide limited +references you among contact persons (peers) the site admins will generally +forward the request, so that it shows up here for you to confirm. You can then +accept or reject the individual requests below to let the site admins proceed +with account creation or rejection. Please select an end date to provide limited but sufficiently long account access - it can always be extended later.
''' diff --git a/mig/shared/output.py b/mig/shared/output.py index 74517410f..6701c8e0a 100644 --- a/mig/shared/output.py +++ b/mig/shared/output.py @@ -1530,7 +1530,7 @@ def html_format(configuration, ret_val, ret_msg, out_obj):