A twanager command the adds one or more roles to an existing user. If the user does not exist an exception is raised. To create a user use adduser.
!Syntax
{{{
twanager addrole [role] [[role] [role] ...]
}}}
!Example
Add the role mammal to the user monkey.
{{{
twanager addrole monkey mammal
}}}