~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to lib/common/caps.py

  • Committer: mattgiuca
  • Date: 2008-02-17 23:51:35 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:486
caps: Added a few new capabilities.
userservice: accept_me checks the user's agreement.
    Added create_user and update_user.
    Added comments detailing all the actions we'll need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
# (So any role above the role specified can perform this cap).
98
98
 
99
99
CAP_CREATEUSER = Role.ADMIN
 
100
CAP_GETUSER = Role.LECTURER
 
101
CAP_UPDATEUSER = Role.ADMIN