Changes between Version 6 and Version 7 of MultiUser
- Timestamp:
- Sep 20, 2011, 12:19:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MultiUser
v6 v7 44 44 If this flag is set, the user can submit jobs to any application, 45 45 included those added in the future. 46 * ''' admin_all_apps'''.46 * '''manage_all_apps'''. 47 47 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. 50 51 * can create and deprecate apps 51 * set user quotas (see below)52 * can set user quotas (see below) 52 53 53 54 The per-app privileges include 54 55 * the ability to submit jobs to the app 55 * ''' admin''': if this flag is set, the user can56 * '''manage''': if this flag is set, the user can 56 57 * create and deprecate versions of the app 57 58 * grant and revoke per-app permissions for this app 59 (except '''manage''' permissions). 58 60 * abort any job of this app 59 61 * view the output files of any job of this app 60 62 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; 64 they can be granted and revoked only by project admins. 65 66 Other permissions are controlled via the submit_permissions.php page 67 on the project web site. 65 68 66 69 == User quotas ==