Changes between Version 6 and Version 7 of MultiUser


Ignore:
Timestamp:
Sep 20, 2011, 12:19:50 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiUser

    v6 v7  
    4444  If this flag is set, the user can submit jobs to any application,
    4545  included those added in the future.
    46  * '''admin_all_apps'''.
     46 * '''manage_all_apps'''.
    4747  If this flag is set, the user
    48   * has admin privileges for all apps (see below)
    49   * can grant and revoke the privileges of any user
     48  * has '''manage''' privileges for all apps (see below)
     49  * can grant and revoke the privileges of any user,
     50    except '''manage''' privileges.
    5051  * can create and deprecate apps
    51   * set user quotas (see below)
     52  * can set user quotas (see below)
    5253
    5354The per-app privileges include
    5455 * the ability to submit jobs to the app
    55  * '''admin''': if this flag is set, the user can
     56 * '''manage''': if this flag is set, the user can
    5657  * create and deprecate versions of the app
    5758  * grant and revoke per-app permissions for this app
     59    (except '''manage''' permissions).
    5860  * abort any job of this app
    5961  * view the output files of any job of this app
    6062
    61 Users can be given '''admin_all_apps''' permission via the
    62 '''User access control''' link in the project admin web interface.
    63 All other access control is done via the submit_permissions.php page
    64 on the main web site.
     63'''Manage''' privileges are controlled using scripts on the server;
     64they can be granted and revoked only by project admins.
     65
     66Other permissions are controlled via the submit_permissions.php page
     67on the project web site.
    6568
    6669== User quotas ==