Users and Groups

Roundware uses Django's built-in authentication system. You can create Users and Groups and assign different levels of access to the models via the Admin. Authentication is accessed from the Admin home screen:

Authentication Home

Users

All Users in the system are listed:

User List

Editing User data and creating new Users is done from the User detail screen:

User Detail

Groups

Groups contain Users and define a set of privileges. There are no default Groups setup in Roundware, but depending on your circumstances, they can be advantageous. To add a new Group, click Add Group, name the new group and select the privileges for that Group.

Group Detail

NEXT: Object Permissions