canmove, Confirmed users
6,441
edits
| Line 32: | Line 32: | ||
* Add, modify, or delete a release | * Add, modify, or delete a release | ||
* Add, modify, or delete a permission for a known or unknown user | * Add, modify, or delete a permission for a known or unknown user | ||
* View history of changes to rules, releases or permissions | |||
* Rollback to previous versions of a rule, release or permission. | |||
=== UI === | === UI === | ||
==== permissions.html ==== | ==== Permissions ==== | ||
===== permissions.html ===== | |||
permissions.html is the entry point for managing user permissions. It... | permissions.html is the entry point for managing user permissions. It... | ||
* Contains a list of all known users (which is to say, all unique usernames in the permissions table), with links to user_permissions.html for each of them. | * Contains a list of all known users (which is to say, all unique usernames in the permissions table), with links to user_permissions.html for each of them. | ||
| Line 41: | Line 44: | ||
Because AUS doesn't perform authentication, no details besides username are needed when "creating" a new username. | Because AUS doesn't perform authentication, no details besides username are needed when "creating" a new username. | ||
==== user_permissions.html ==== | ===== user_permissions.html ===== | ||
user_permissions.html allows for creation, editing, and deletion of permissions for a specific user. It... | user_permissions.html allows for creation, editing, and deletion of permissions for a specific user. It... | ||
* Lists existing permissions, and allows for deletion or editing of their options. | * Lists existing permissions, and allows for deletion or editing of their options. | ||