Revision 18ffbee1 snf-astakos-app/README

b/snf-astakos-app/README
83 83
===============  ===========================
84 84
Name             Description
85 85
===============  ===========================
86
activateuser     Activates one or more users
86
addgroup         Add new group
87
addterms         Add new approval terms
87 88
createuser       Create a user
88 89
inviteuser       Invite a user
90
listgroups       List groups
89 91
listinvitations  List invitations
90 92
listusers        List users
91 93
modifyuser       Modify a user's attributes
94
sendactivation   Send activation email
92 95
showinvitation   Show invitation info
93 96
showuser         Show user info
94
addterms         Add new approval terms
95 97
===============  ===========================
98

  
99
To update user credibility from the billing system (Aquarium), enable the queue, install snf-pithos-tools and use ``pithos-dispatcher``::
100

  
101
    pithos-dispatcher --exchange=aquarium --callback=astakos.im.queue.listener.on_creditevent
102

  
103
Load groups:
104
------------
105

  
106
To set the initial user groups load the followind fixture:
107

  
108
    snf-manage loaddata groups

Also available in: Unified diff